.env.dist.local !new! Jun 2026

If you want your application to automatically support these files, you can use the dotenv or dotenv-flow packages to load them in a specific priority order:

: Developers should copy this file to create their own private .env.local . cp .env.dist.local .env.local Use code with caution. .env.dist.local

The .env.dist.local file!

To understand .env.dist.local , we first need to look at the standard hierarchy used by popular loaders like dotenv or the Symfony Dotenv component: : The main configuration file (tracked by Git). If you want your application to automatically support