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

Fix support for Laravel 11 #161

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

Fix support for Laravel 11 #161

wants to merge 1 commit into from

Conversation

mnapoli
Copy link
Member

@mnapoli mnapoli commented Oct 5, 2024

Fix #160

I didn't want to fix that in the service provider because at this point it would get too magical (we can't just ignore the fact that the user could have explicitly configured the database).

Honestly I'm starting to think that we shouldn't change the config magically and instead rely on env variables (in the default serverless.yml template). We can't break BC, but maybe in the next major version we should simplify the bridge 🤷

WDYT?

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.

Default Laravel 11 installation crashes with database session
1 participant