文件名称:bugphix-laravel:使用漂亮的仪表板和UI捕获和监视详细的错误日志
文件大小:2.11MB
文件格式:ZIP
更新时间:2024-05-04 09:22:01
laravel monitor dashboard error-monitoring self-hosted
使用漂亮的仪表板和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::repo