Debug Mode
Debugging enables extra logging, and the Laravel toolbar allows you to inspect what's happening on the page.
Enable Debug and Debugging
- Look at the logs - they're located in
storage/logs - Enable debug logging and the Laravel Debug Toolbar:
- Open your
config.php, underapp, change:debugtotruedebug_toolbartotrue
- Open your