perfekteriksson / exceptionviewer
There is no license information available for the latest version (dev-master) of this package.
View exception thrown by Laravel in your browser
dev-master
2014-12-08 11:23 UTC
Requires
- php: >=5.3.0
- illuminate/support: 4.1.*
This package is not auto-updated.
Last update: 2024-11-23 17:22:27 UTC
README
View exception thrown by Laravel in your browser. Example:
Installation
To install this package:
-
Add the following to the "requires"-section of your composer.json file:
"perfekteriksson/exceptionviewer": "dev-master"
-
Run
composer update
followed bycomposer install
. -
Run migrations:
php artisan migrate --package=perfekteriksson/exceptionviewer
-
Register the service provider in app/config/app.php:
Perfekteriksson\Exceptionviewer\ExceptionviewerServiceProvider
. -
That's it! Visit /exceptions to view all errors.
TODO
- Add support for authentication