We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
database
session
sqlite
The text was updated successfully, but these errors were encountered:
#161
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Laravel 11 uses
database
as the defaultsession
driver and it also usessqlite
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.The text was updated successfully, but these errors were encountered: