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
Copy file name to clipboardExpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ If your app needs different url to access the settings page you can change from
141
141
142
142
### Use Group Setting
143
143
144
-
Many time you want to store settings in a group. With version `1.1` you can define a group name from your `config/app_settings.php`. You have a closer to return the name of group as string
144
+
Many time you want to store settings in a group. With version `1.1` you can define a group name from your `config/app_settings.php`. You have a closer or a class namespace to return the name of group as string
145
145
146
146
```php
147
147
return [
@@ -156,7 +156,9 @@ return [
156
156
}
157
157
```
158
158
159
-
In this case you can have different settings for each user.
159
+
In this case you can have different settings for each user.
160
+
161
+
🔥 You can also set settings group at runtime using `app('app-settings')->setStorageGroup('my-storage-group')`.
0 commit comments