zuccadev/exceptioneer-laravel4

Exceptioneer client for Laravel 4.2.x
83
Install
composer require zuccadev/exceptioneer-laravel4
Latest Version:v1.0.0
License:MIT
Last Updated:Jul 23, 2015
Links: GitHub  ·  Packagist
Maintainer: simonpex

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

Related Packages

erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

614,907,009 9,702
laravel/framework

The Laravel Framework.

558,184,770 34,846
laravel/tinker

Powerful REPL for the Laravel framework.

468,807,761 7,441