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

Merged
merged 1 commit into from
Oct 14, 2024
Merged

Fix support for Laravel 11 #161

merged 1 commit into from
Oct 14, 2024

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?

@mnapoli mnapoli merged commit b3ae7cf into master Oct 14, 2024
14 checks passed
@mnapoli mnapoli deleted the fix-laravel-11 branch October 14, 2024 13:23
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
2 participants