-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
debug:dotenv
does not work with custom dotenv_path
.
#58987
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
Labels
Comments
This command expects the environment variable |
This is a new feature that have been merged in 7.1: #52638 |
nicolas-grekas
added a commit
that referenced
this issue
Nov 27, 2024
…otenv command (xabbuh) This PR was merged into the 5.4 branch. Discussion ---------- [Dotenv] read runtime config from composer.json in debug dotenv command | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix #58987 | License | MIT same approach as what we already did for the dump command in #45430 Commits ------- 9f4345f read runtime config from composer.json in debug dotenv command
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Symfony version(s) affected
6.4.15
Description
debug:dotenv
does not work with customdotenv_path
. Note that Symfony itself scans and interprets all the files correctly, only this console command fails; it does not pick up any files or variables at all.How to reproduce
extra.runtime.dotenv_path
to a custom path incomposer.json
.Possible Solution
No response
Additional Context
The text was updated successfully, but these errors were encountered: