| 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: | 2025-11-14 15:00:46 |
| Package Statistics | |
|---|---|
| Total Downloads: | 83 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| 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