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
+17-8Lines changed: 17 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,28 @@
2
2
3
3
Example sprinkle for extending the User class to contain additional fields.
4
4
5
-
## Install
6
-
`cd` into the sprinkle directory of UserFrosting and clone as submodule:
5
+
# Installation
6
+
7
+
Edit UserFrosting `app/sprinkles.json` and add the following to the `require` list : `"userfrosting/extend-user": "~4.1.1"`. Also add `extend-user` to the `base` list. For example:
0 commit comments