Access the setting using the config() helper throughout your application.
APP_NAME="My Application" APP_ENV=local APP_KEY=base64:random32characters... DB_HOST=127.0.0.1 .env.laravel
An elegant solution many teams call the " .env.laravel pattern": Access the setting using the config() helper throughout