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 was archived by the owner on Mar 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+52Lines changed: 52 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,3 +73,55 @@ Therefore you have to add this tag after the dashboard navigation div in navigat
73
73
## Logging in
74
74
75
75
LLoadout inforce will default create a user with username of `john@doe.com` and the password `password`
76
+
77
+
## Extending the package
78
+
79
+
Assume you want to add fields to the user view and want to save the field to the database. Than you can use the published view and extend the LLoadout user component.
80
+
Herefore you have to create your own route to your own created component.
0 commit comments