dev-master
9999999-devExceptioneer client for Laravel 4.2.x
MIT
The Requires
by Simone Pescina
v1.0.0
1.0.0.0Exceptioneer client for Laravel 4.2.x
MIT
The Requires
by Simone Pescina
Wallogit.com
2017 © Pedro Peláez
Exceptioneer client for Laravel 4.2.x
Exceptioneer client for Laravel 4.2.x, (*1)
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)
Exceptioneer client for Laravel 4.2.x
MIT
Exceptioneer client for Laravel 4.2.x
MIT