Skip to content
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

[8.x] Fix php artisan db command for the Postgres CLI #35725

Merged
merged 1 commit into from Dec 28, 2020

Conversation

rihardsgrislis
Copy link

@rihardsgrislis rihardsgrislis commented Dec 26, 2020

In case of PostgreSQL php artisan db uses commandEnvironment to set env variables for CLI auth. However it fails because it checks if get{$driver}Env method exists but the method is actually named get{$driver}Environment.

@taylorotwell taylorotwell merged commit 7f42f67 into laravel:8.x Dec 28, 2020
@rihardsgrislis rihardsgrislis deleted the bug/psql-db-command-env branch December 28, 2020 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants