.env.dist.local -
Automate with a post-install-cmd script in composer.json or a prebuild hook in npm.
: Local overrides for all environments (ignored by Git). .env.dist.local
envsubst < .env.dist.local > .env.development Automate with a post-install-cmd script in composer