Laravel 錯誤日誌的外掛 (Laravel-log-viewer)

kzh4435發表於2017-04-13

記錄錯誤日誌,可以更容易除錯問題或者錯誤。

效果

file

程式碼

https://github.com/rap2hpoutre

安裝

composer require rap2hpoutre/laravel-log-viewer

file

配置

config/app.phpprovider

Rap2hpoutre\LaravelLogViewer\LaravelLogViewerServiceProvider::class,

路由

Route::get('logs', '\Rap2hpoutre\LaravelLogViewer\LogViewerController@index');
本作品採用《CC 協議》,轉載必須註明作者和本文連結

持續做一件事,必定有所成就

相關文章