⚠️ Always disable debug mode after troubleshooting is complete.
Prerequisites
Access to cPanel
Ensure PHP error logging is enabled in cPanel
Completion of the task: 10 minutes
Expertise: beginner
How to do?
Open File Manager or connect via FTP
Edit the .env file
Set the following line:
APP_DEBUG=true
Save the file.
Log File Location
/storage/logs/laravel.log
Disable Debug Mode
After troubleshooting
APP_DEBUG=false
