How Logging Works in Laravel Applications
Logs are records of the events happening with your application. Laravel, by default, writes log information into the laravel.log file that ships with a fresh Laravel installation. The file is housed within the storage > logs directory.
In this tutor...
freecodecamp.org6 min read