記錄錯誤日誌,可以更容易除錯問題或者錯誤。
效果
程式碼
https://github.com/rap2hpoutre
安裝
composer require rap2hpoutre/laravel-log-viewer
配置
config/app.php
的 provider
Rap2hpoutre\LaravelLogViewer\LaravelLogViewerServiceProvider::class,
路由
Route::get('logs', '\Rap2hpoutre\LaravelLogViewer\LogViewerController@index');
本作品採用《CC 協議》,轉載必須註明作者和本文連結