Skip to content

Fix Laravel 11+ installation by updating default DB connection #285

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Slideinn
Copy link

Starting from Laravel 11, the default .env.example sets DB_CONNECTION=sqlite. This causes issues in this Docker setup which expects a MySQL database during installation. This PR changes the default DB connection back to MySQL to ensure compatibility and successful setup out of the box.

@ucan-lab ucan-lab assigned ucan-lab and unassigned ucan-lab Jul 16, 2025
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