You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
The following sets and returns the setting "example" for the user with id of 23.
// Set 'example' setting to 'hello world'
Setting::set('example', 'hello world', 23);
// Save to database
Setting::save(23);
// Get the same setting
return Setting::get('example', null, 23);
Hopefully it fulfills what you need.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, this package looks pretty interesting, although I can not find a way to get the settings for a specific user, something like this.
$user->settings;
Any thoughts?
The text was updated successfully, but these errors were encountered: