calin.ionut's avatar

load laravel.log in a web interface

Hi!

I am creating a new admin for my ecommerce (laravel 6)

I want to display the log (laravel.log) file in the admin - every time I have to SSH and see if there are any errors in the log.

I found 2 third party packages: https://github.com/rap2hpoutre/laravel-log-viewer and https://github.com/danielme85/laravel-log-to-db

Is anyone done this ? View log errors in admin or in a web interface ?

I was thinking to store the all the log info in DB using that package... do you think is a good ideea ?

0 likes
1 reply
jove's avatar

I tried, in my option to much hassle for what it is worth. Rather just use the log which works so I have less to worry about.

Please or to participate in this conversation.