Package Data | |
---|---|
Maintainer Username: | perfekteriksson |
Maintainer Contact: | per.eriksson84@gmail.com (Per Eriksson) |
Package Create Date: | 2014-05-13 |
Package Last Update: | 2014-12-08 |
Language: | PHP |
License: | Unknown |
Last Refreshed: | 2024-11-22 03:15:51 |
Package Statistics | |
---|---|
Total Downloads: | 28 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 1 |
Total Open Issues: | 0 |
View exception thrown by Laravel in your browser. Example:
To install this package:
Add the following to the "requires"-section of your composer.json file:
"perfekteriksson/exceptionviewer": "dev-master"
Run composer update
followed by composer 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.