bugphix / bugphix-laravel
使用美观的仪表盘和UI捕获和监控详细的错误日志。
v1.5.4
2020-06-22 00:31 UTC
Requires
- php: >=7.0.0
- guzzlehttp/guzzle: ^6.3|^7.0
Requires (Dev)
- laravel/laravel: ~6.0
- orchestra/testbench: ^4.0
- phpunit/phpunit: ~6.0
- dev-master
- v1.5.4
- v1.5.3
- v1.5.2
- 1.5.1
- v1.5
- v1.4
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.0
- v1.0.1
- v1.0.0
- dev-dependabot/npm_and_yarn/json5-1.0.2
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/qs-and-express-6.11.0
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/loader-utils-and-webpack-cli-1.4.2
- dev-dependabot/npm_and_yarn/eventsource-1.1.1
- dev-dependabot/npm_and_yarn/async-2.6.4
- dev-dependabot/npm_and_yarn/url-parse-1.5.10
- dev-dependabot/npm_and_yarn/follow-redirects-1.14.8
- dev-dependabot/npm_and_yarn/ajv-6.12.6
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
This package is auto-updated.
Last update: 2024-09-05 12:31:10 UTC
README
使用美观的仪表盘和UI捕获和监控详细的错误日志
需求
安装
$ composer require bugphix/bugphix-laravel
发布配置文件
$ php artisan vendor:publish --tag=bugphix-config
运行artisan安装器
$ php artisan bugphix:install
应用程序使用
编辑:/app/Exceptions/Handler.php
public function report(Exception $exception)
{
if (app()->bound('bugphix') && $this->shouldReport($exception)) {
app('bugphix')->catchError($exception);
}
parent::report($exception);
}
测试命令
$ php artisan bugphix:test
查看管理员仪表盘
完整文档: https://bugphix-docs.netlify.com
许可证
MIT
版权所有 (c) 2020, Jeric