Laravel Debug mode is enabled with APP_DEBUG set to True An attacker can obtain information such as:
Application key
Database connection strings
This information might help an attacker to gain more information and exploit further attacks to the target system.
Change .env file to disable debug mode:
APP_DEBUG=false