laravel-log-viewer
laravel-log-viewer copied to clipboard
Multiple File Paths
I saw Issue 219 , but that solution does not work (I get Array to string conversion errors). LaravelLogViewer::getFiles() appears to not check if the value is an array prior to treating the value like a string.
The same problem!
Same probleem.
Hi, can you provide more details? (configuration, screenshots, replication steps, etc)
Same problem.It does not work when there is more than one folder.
'storage_path' => env('LOGVIEWER_STORAGE_PATH', [ storage_path('logs/Customer1Log/Product'), storage_path('logs/Customer2Log/Product'), storage_path('logs/Customer2Log/Order'), storage_path('logs/Customer3Log/Order/Pay'), ])
https://ibb.co/x1DhyS3
@elminson Is there any improvement in this matter?