zuccadev/exceptioneer-laravel4

Exceptioneer client for Laravel 4.2.x

Installs: 83

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/zuccadev/exceptioneer-laravel4

v1.0.0 2015-07-23 16:47 UTC

This package is not auto-updated.

Last update: 2025-10-11 23:59:10 UTC


README

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