zuccadev/exceptioneer-laravel
最新稳定版本:v1.1.0
Composer 安装命令:
composer require zuccadev/exceptioneer-laravel
包简介
Exceptioneer client for Laravel and Lumen
README 文档
README
Exceptioneer client for Laravel 5 and Lumen
install on lumen
Bind the exceptioneer handler to the ExceptionHandler contract updating the singleton with Zuccadev\ExceptioneerLaravel\Lumen\Handler::class
Register the service provider in bootstrap/app.php adding $app->register(Zuccadev\ExceptioneerLaravel\Lumen\ExceptioneerServiceProvider::class); in the relative section
Add and edit these values to your .env file
EXCEPTIONEER_KEY=yourApiKey!!!
EXCEPTIONEER_STAGE=production
EXCEPTIONEER_SERVER=http://<yourExceptioneerServerDomain>/api/v1/notifications
EXCEPTIONEER_LOGAPP=false
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-07-23