conarwelsh/laravel5-whoops

Whoops Service Provider for Laravel 5

This package's canonical repository appears to be gone and the package has been frozen as a result.

dev-master 2015-02-24 23:40 UTC

This package is not auto-updated.

Last update: 2024-01-20 11:59:47 UTC


README

This is simply a basic service provider to bring Whoops back into your development environment in Laravel 5.
For the record, this is an insanely simple process to complete even without the help of this package, check out this blog post from Matt Stauffer to see how.

However I did add a few things that were not even configured in Laravel 4, namely the JsonResponseHandler. If you are full-stack like myself, you probably share the frustration of trying to sort through an AJAX response for what went wrong, well not anymore!!. Whoops sets us up with an AJAX error handler that is beautiful to work with, prepare to relieve some stress from your life!

@TODO add a configuration option for the custom CSS file @TODO configuration option to add custom data tables