Categories
Laravel

Tutorial Log Viewer – Laravel

Fantastic try to the log viewer of Laravel
https://github.com/ARCANEDEV/LogViewer

Edit .env

LOG_CHANNEL=daily

Composer install the package

composer require arcanedev/log-viewer

Publish the laravel package

php artisan log-viewer:publish

Verify installation

php artisan log-viewer:check

Enjoy programming !

Go to http://{your-project}/log-viewer

See Screenshots