2017 © Pedro Peláez
 

library exceptioneer-laravel4

Exceptioneer client for Laravel 4.2.x

image

zuccadev/exceptioneer-laravel4

Exceptioneer client for Laravel 4.2.x

  • Thursday, July 23, 2015
  • by simonpex
  • Repository
  • 1 Watchers
  • 0 Stars
  • 73 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

exceptioneer-laravel4

Exceptioneer client for Laravel 4.2.x, (*1)

install

Add 'Zuccadev\ExceptioneerLaravel\ExceptioneerServiceProvider' to providers array in app/config/app.php, (*2)

Update the app/start/global.php, (*3)

App::error(function (Exception $exception, $code) {
  App::make('exceptioneer')->report($exception);
});

Publish the config file using artisan php artisan config:publish zuccadev/exceptioneer-laravel4 and edit it, (*4)

The Versions

23/07 2015

dev-master

9999999-dev

Exceptioneer client for Laravel 4.2.x

  Sources   Download

MIT

The Requires

 

by Simone Pescina

23/07 2015

v1.0.0

1.0.0.0

Exceptioneer client for Laravel 4.2.x

  Sources   Download

MIT

The Requires

 

by Simone Pescina