Package Data | |
---|---|
Maintainer Username: | simonpex |
Maintainer Contact: | s.pescina@gmail.com (Simone Pescina) |
Package Create Date: | 2015-07-23 |
Package Last Update: | 2015-07-23 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-12-11 15:19:03 |
Package Statistics | |
---|---|
Total Downloads: | 83 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Exceptioneer client for Laravel 4.2.x
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