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
3.3.1
11.0
I have this line in code: $settings = settings()->all(); and get this information in bugsnag.
$settings = settings()->all();
I use a teams 'teams' = true, and 'team_foreign_key' => 'current_team_id' and use this custom middleware : https://randallwilk.dev/docs/laravel-settings/v3/advanced-usage/custom-generators and disabled encryption and cache.
'teams' = true,
'team_foreign_key' => 'current_team_id'
unserialize(): Error at offset 0 of 4 bytes and point this `$settings = settings()->all();` line in code
The text was updated successfully, but these errors were encountered:
fixed with custom Serializer
Sorry, something went wrong.
No branches or pull requests
Laravel Settings
3.3.1
Laravel Version
11.0
Bug description
I have this line in code:
$settings = settings()->all();
and get this information in bugsnag.
Steps to reproduce
I use a teams
'teams' = true,
and'team_foreign_key' => 'current_team_id'
and use this custom middleware : https://randallwilk.dev/docs/laravel-settings/v3/advanced-usage/custom-generators
and disabled encryption and cache.
Relevant log output
The text was updated successfully, but these errors were encountered: