laravel-log-viewer icon indicating copy to clipboard operation
laravel-log-viewer copied to clipboard

Multiple File Paths

Open DevynCJohnson opened this issue 4 years ago • 5 comments

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.

DevynCJohnson avatar Mar 14 '21 17:03 DevynCJohnson

The same problem!

batouy avatar Apr 10 '21 02:04 batouy

Same probleem.

MaxEgg avatar Apr 20 '21 08:04 MaxEgg

Hi, can you provide more details? (configuration, screenshots, replication steps, etc)

elminson avatar Apr 21 '21 22:04 elminson

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

1YalcinSahin1 avatar Apr 22 '21 08:04 1YalcinSahin1

@elminson Is there any improvement in this matter?

1YalcinSahin1 avatar May 07 '21 07:05 1YalcinSahin1