Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple File Paths #252

Open
DevynCJohnson opened this issue Mar 14, 2021 · 5 comments
Open

Multiple File Paths #252

DevynCJohnson opened this issue Mar 14, 2021 · 5 comments

Comments

@DevynCJohnson
Copy link

DevynCJohnson commented Mar 14, 2021

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.

@batouy
Copy link

batouy commented Apr 10, 2021

The same problem!

@MaxEgg
Copy link

MaxEgg commented Apr 20, 2021

Same probleem.

@elminson
Copy link
Contributor

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

@1YalcinSahin1
Copy link

1YalcinSahin1 commented Apr 22, 2021

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
Copy link

1YalcinSahin1 commented May 7, 2021

@elminson
Is there any improvement in this matter?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants