symfony / flex

Composer plugin for Symfony
MIT License
4.17k stars 183 forks source link

Add DotenvConfigurator, for .env.etc files #1028

Closed nicolas-grekas closed 1 month ago

nicolas-grekas commented 1 month ago

Needed for https://github.com/symfony/recipes/pull/1342

fabpot commented 1 month ago

Thank you @nicolas-grekas.

stof commented 1 month ago

how will this work for projects with multiple developers ? As the .env.local file is not committed, the dev running the recipe will get the change, but it will be missing for everyone else in the team.

nicolas-grekas commented 1 month ago

We could put that secret in .env.dev, WDYT?