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

Default Laravel 11 installation crashes with database session #160

Closed
deleugpn opened this issue Oct 4, 2024 · 1 comment · Fixed by #161
Closed

Default Laravel 11 installation crashes with database session #160

deleugpn opened this issue Oct 4, 2024 · 1 comment · Fixed by #161

Comments

@deleugpn
Copy link
Member

deleugpn commented Oct 4, 2024

Laravel 11 uses database as the default session driver and it also uses sqlite as the default database engine. This makes Bref configuration not take effect by default (https://github.com/brefphp/laravel-bridge/blob/master/src/BrefServiceProvider.php#L141-L143) and also fails because SQLite location is not writeable.

@mnapoli
Copy link
Member

mnapoli commented Oct 5, 2024

#161

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 a pull request may close this issue.

2 participants