ARCANEDEV / LogViewer

:page_with_curl: Provides a log viewer for Laravel
MIT License
2.37k stars 335 forks source link

How to download logs in csv format ? #356

Closed rishab0 closed 4 years ago

rishab0 commented 4 years ago

Description:

i want to download logs in csv format

Steps To Reproduce:

arcanedev-maroc commented 4 years ago

I can't add this feature (and i don't recommend it).

But you can add it in your own project by overriding the default routes/views/controller.

rishab0 commented 4 years ago

Hi, Thanks for reply, yes, i do customised download function in vendor folder. But when i do 'composer update'. my code is set to default. :(

arcanedev-maroc commented 4 years ago

Check this: https://github.com/ARCANEDEV/LogViewer/issues/83#issuecomment-249430860

rishab0 commented 4 years ago

Hello, please help me how i publish package? sorry, but i did not find PackagesServiceProvider.php or other files mentioned in points.