.env.laravel -

Application configuration in file or in database? - Laracasts

Below is the standard workflow to implement a feature driven by .env settings. 1. Define the Feature Flag in .env .env.laravel

Easily change settings (e.g., switching from debug=true to debug=false ) without redeploying code. Application configuration in file or in database