perfekteriksson / Exceptionviewer by perfekteriksson

View exception thrown by Laravel in your browser
28
0
1
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

Exceptionviewer

View exception thrown by Laravel in your browser. Example:

Overview Details

Installation

To install this package:

  1. Add the following to the "requires"-section of your composer.json file:

    "perfekteriksson/exceptionviewer": "dev-master"

  2. Run composer update followed by composer install.

  3. Run migrations: php artisan migrate --package=perfekteriksson/exceptionviewer

  4. Register the service provider in app/config/app.php: Perfekteriksson\Exceptionviewer\ExceptionviewerServiceProvider.

  5. That's it! Visit /exceptions to view all errors.

TODO

  • Add support for authentication