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

[9.x] Dont require a host for sqlite connections in php artisan db #44585

Merged
merged 1 commit into from
Oct 14, 2022
Merged

[9.x] Dont require a host for sqlite connections in php artisan db #44585

merged 1 commit into from
Oct 14, 2022

Conversation

Jubeki
Copy link
Contributor

@Jubeki Jubeki commented Oct 14, 2022

Since #44394 it is no longer possible to use php artisan db for sqlite connections, because it doesn't require a host and only has a provided database path.

This PR fixes the command for sqlite connections.

@taylorotwell taylorotwell merged commit dca2f47 into laravel:9.x Oct 14, 2022
@Jubeki Jubeki deleted the fix-db-connection-for-sqlite branch October 17, 2022 06:06
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.

2 participants