2017 © Pedro Peláez
 

library exceptionviewer

View exception thrown by Laravel in your browser

image

perfekteriksson/exceptionviewer

View exception thrown by Laravel in your browser

  • Monday, December 8, 2014
  • by perfekteriksson
  • Repository
  • 1 Watchers
  • 0 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Exceptionviewer

View exception thrown by Laravel in your browser. Example:, (*1)

Overview Details, (*2)

Installation

To install this package:, (*3)

  1. Add the following to the "requires"-section of your composer.json file:, (*4)

    "perfekteriksson/exceptionviewer": "dev-master", (*5)

  2. Run composer update followed by composer install., (*6)

  3. Run migrations: php artisan migrate --package=perfekteriksson/exceptionviewer, (*7)

  4. Register the service provider in app/config/app.php: Perfekteriksson\Exceptionviewer\ExceptionviewerServiceProvider., (*8)

  5. That's it! Visit /exceptions to view all errors., (*9)

TODO

  • Add support for authentication

The Versions

08/12 2014

dev-master

9999999-dev

View exception thrown by Laravel in your browser

  Sources   Download

The Requires

 

by Per Eriksson