laravel-log-viewer
laravel-log-viewer copied to clipboard
View Logs From All Folder
Currently Here is the Config that i was using to store the log
'daily' => [
'driver' => 'daily',
'path' => storage_path('logs/' . date('Y/m/') . '/laravel.log'),
'level' => 'debug',
'days' => 14,
],
And here the Screenshot of my storage directory

Here is the View that Log viewer is Currently Showing

Is there any way to view the files from that folders
bro is this can use in version 1.6 ? i need it because my log is folder in folder
the problem is not solved, maybe the merge of djunehor is not complete