Debug mode will help you to track the error on your website. It is not all preferred to turn the debug mode on live site for very long time.
How to turn debug mode on
Login to you FTP account.
Open and edit .env
file.
Change
APP_DEBUG=false
To
APP_DEBUG=true
false
means debug mode is OFFtrue
means debug mode is ON