Severity: Low
Invicti detected Laravel debug mode is enabled, so the target web server is disclosing some system information data in the HTTP response.
Debug mode enables extra debugging behaviors that assist developers, as well as attackers.
.env
file to disable debug mode:APP_DEBUG=false