-
-
Notifications
You must be signed in to change notification settings - Fork 196
Overriding values from .env.local.php
is not possible and is not equivalent usingDotEnv
#516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
.env.local.php
is not possible and not not equivalent usingDotEnv
.env.local.php
is not possible and is not equivalent usingDotEnv
We got tripped up by this as well. What's the status of this issue? Doesn't seem to work still. |
@mareksuscak It should have been fixed by symfony/recipes#611. Are you using the latest versions? (Perhaps you need to take the changes manually from the recipe.) What are the issues you're having? |
@teohhanhui yeah just realized we need to sync |
is it possible to rerun recipes with a command by any chance? |
yes @mareksuscak :
There's a PR opened that will add the feature to re-run only 1 reciepe. So hopefully that'll change soon. |
sweet, thank you so much guys 🙏 |
Uh oh!
There was an error while loading. Please reload this page.
This #476, reopened, as it wasn't fixed.
It is not possible to override
env.local.php
with real env vars.That is, using
composer dump-env
is not equivalent to usingDotEnv
.Please see this repository for a reproducer and the README for a description of the problem.
https://github.com/bendavies/symfony-flex-env-issue
Thanks
The text was updated successfully, but these errors were encountered: