-
Notifications
You must be signed in to change notification settings - Fork 177
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
Can't get value of snake case variables #231
Comments
This is indeed not supported. |
@driesvints It was supported in previous version of Envoy (1.*) |
If you can come up with a PR that implements this in a clean way we may consider it. |
@ybert, use |
pgrenaud
added a commit
to eXolnet/envoy
that referenced
this issue
Jul 19, 2023
Resolve laravel#231 Usage both of camel and snake case variables. (cherry picked from commit 7d48051)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
It seems that it is not possible to set snake case variables for envoy run deploy
Steps To Reproduce:
Envoy.blade.php :
When I run
vendor/bin/envoy run deploy --user=www --host=staging.company.com --app_dir=/home/www/public
I get
ERROR: $app_dir var empty or not defined
So it seems that it works perfectly with non snake case variables like --user or --host but not with --app_dir
The text was updated successfully, but these errors were encountered: