All configuration files for Devflow are stored in the config directory. These config files allow you to configure security, your database, caching, cookies, and various other aspects of your application.

Application Configuration

Debug Mode

The debug setting is found in the .env file with the APP_DEBUG parameter and is set to true by default. This setting will show detailed error messages during development.

Make sure to set this to false and the APP_ENV to production before deploying to production.