zuccadev / exceptioneer-laravel4
Laravel 4.2.x 的 Exceptioneer 客户端
v1.0.0
2015-07-23 16:47 UTC
Requires
- guzzlehttp/guzzle: 6.0.x
- illuminate/http: 4.2.*
- illuminate/support: 4.2.*
This package is not auto-updated.
Last update: 2024-09-28 18:21:18 UTC
README
Laravel 4.2.x 的 Exceptioneer 客户端
安装
将 'Zuccadev\ExceptioneerLaravel\ExceptioneerServiceProvider'
添加到 app/config/app.php
中的 providers 数组
更新 app/start/global.php
App::error(function (Exception $exception, $code) {
App::make('exceptioneer')->report($exception);
});
使用 artisan 命令 php artisan config:publish zuccadev/exceptioneer-laravel4
发布配置文件并编辑它