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

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:

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