laravel-4-smart-errors
laravel-4-smart-errors copied to clipboard
Smarter error handling for Laravel 4
Results
2
laravel-4-smart-errors issues
Sort by
recently updated
recently updated
newest added
Laravel 5 has stripped out the error handling features that made this package work out of the box. Options: - Wait for features to be re-implemented (not likely to happen)...
enhancement
help wanted
I've noticed that `MethodNotAllowedHttpException`s are usually not caused by bugs in the code, but are harmless user errors. (Or more often, triggered by spam or indexing bots.) The README says:...
enhancement
help wanted