perfekteriksson / exceptionviewer
View exception thrown by Laravel in your browser
Package info
github.com/perfekteriksson/Exceptionviewer
pkg:composer/perfekteriksson/exceptionviewer
Requires
- php: >=5.3.0
- illuminate/support: 4.1.*
This package is not auto-updated.
Last update: 2026-02-28 23:12:38 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 updatefollowed 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