We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0322d commit dd9fc4eCopy full SHA for dd9fc4e
README.md
@@ -66,6 +66,10 @@ class Home extends Controller
66
67
> Note: Be sure to load the helper file (`helper('preferences')`) before using the helper function.
68
69
+`preference()` will retrieve and store contextual settings for the current authenticated user.
70
+If no user is authenticated then it will fall back on the `Session` class with semi-persistent
71
+settings for as long as the session lasts.
72
+
73
## Troubleshooting
74
75
`Preferences` is a very "thin" library conjoining `Settings` and your authentication library
0 commit comments