ARCANEDEV / LogViewer

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

Customizing LogViewer #83

Closed minedun6 closed 7 years ago

minedun6 commented 7 years ago

Is there a way to get some detailed documentation about customizing the layout of the dashboard to incorporate it into our own template and on how to log models activities ?

arcanedev-maroc commented 7 years ago

You can customize it like you customize any laravel package.

You publish the package config/views/etc and you start to override it.

You can also check the other approaches like:

And i know that documentation is incomplete, but you can check the contracts folder or the tests folder for more details.

Thanks for using this package 👍

minedun6 commented 7 years ago

Thank you so much for the quick headsup !! ^_^ I'll try to check it out and keep you updated about my progress.