zuccadev / exceptioneer-laravel4 by simonpex

Exceptioneer client for Laravel 4.2.x
81
0
2
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-04-23 03:08:43
Package Statistics
Total Downloads: 81
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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