Here, we will address how to access Laravel Error logs, specifically the laravel.log file, through cPanel's File Manager.
Related Articles
Laravel Error Overview
Enable Laravel Debug Mode
View Logs
- Log into the cPanel
- Click on File Manager, located under Files
- Navigate to the Laravel project location
TIP: Typically, this is the site's document root. - Navigate to the storage/logs folder
- Locate the latest log file
- Right-click on the file
- Click on View
TIP: The logs can be configured by editing the config/logging.php file in the project location.
Comments
0 comments
Article is closed for comments.