.env.laravel -
: Fresh Laravel installations include a .env.example file. This serves as a template for other developers on the team to know which variables are needed without exposing actual secrets. Accessing Variables
Always re-cache config after editing .env in production: .env.laravel