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.
An attacker can obtain information such as:
Change your .env file to disable debug mode:
APP_DEBUG=false

You can search and find all vulnerabilities
