Looking to hire Laravel developers? Try LaraJobs

exceptioneer-laravel4 maintained by zuccadev

Description
Exceptioneer client for Laravel 4.2.x
Last update
2015/07/23 18:47 (dev-master)
License
Links
Downloads
83

Comments
comments powered by Disqus

exceptioneer-laravel4

Exceptioneer client for Laravel 4.2.x

install

Add 'Zuccadev\ExceptioneerLaravel\ExceptioneerServiceProvider' to providers array in app/config/app.php

Update the app/start/global.php

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