ARCANEDEV / LogViewer

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

How to add a Custom View #329

Closed SupunSam closed 4 years ago

SupunSam commented 4 years ago

Description:

I am trying to change the theme of my log viewer. However, I want to use my project resources>views for this requirement. I tried to do this by using the theme option in the log-viewer.php setting. However, it seems it is looking through the vendor folder. Not in my Project Views folder.

https://flareapp.io/share/OmVDNw78?owner_token=vRQHiQfITlTFaHFwXSOUnnOa4KCS5BMQ

arcanedev-maroc commented 4 years ago

You can disable the LogViewer routes to use your own routes/controller/views.

Update: Check the previous questions for more details