perfekteriksson / exceptionviewer
View exception thrown by Laravel in your browser
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/perfekteriksson/exceptionviewer
Requires
- php: >=5.3.0
- illuminate/support: 4.1.*
This package is not auto-updated.
Last update: 2025-09-27 21:20:52 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