


Then run the following command – php artisan log-viewer:publish.Add the following line to your config/app providers Arcanedev\LogViewer\LogViewerServiceProvider::class,.env file and add the following full line APP_LOG=daily Just to make sure it automatically published run the following command – php artisan log-viewer:publish.env file and change the LOG_CHANNEL value to daily rather than stack. Otherwise, check out the version compatibility table to find the matching version located on this page here.Ĭomposer require arcanedev/log-viewer:~4.7.0 Step 2
#Log viewer pro install
If you’ve got Laravel 5.8, then run the following command, this will install the LogViewer package and publish it automatically.
#Log viewer pro how to
So, how can I start using Log Viewer you ask? Simply follow the rest of this tutorial, which will explain how to install the Log Viewer and in addition, go into how you can utilize your own custom logs throughout your code. Which, frankly is pretty amazing, considering that all this data is stored in a boring plain text file. The following text is generally what you will see in your log files –įrom this, with LogViewer, it is transformed into the following – Log Viewer Dashboard Log Viewer Overview Log Viewer Log Details LogView works with Laravel 5.0 all the way through to 5.8 so, most likely, you will be able to use it immediately. Whilst in the text files, they are pretty useless and boring, but if you add a lovely little plugin named LogViewer, things become pretty awesome. Laravel ships with a logging system that is easily utilized, these logs end up.
