Introduction
When Laravel debug mode is enabled, the target web server will disclose sensitive information in the HTTP response.
Debug mode enables extra debugging behaviors that assist developers, as well as attackers.
How to Fix
Change your .env
file to disable debug mode:
References