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
> Note you will need a User Bundle so that you can map the UserInterface to your own User entity. You can use whatecer User Bundle you prefer. FOSUserBundle is highly rated.
6
+
> Note you will need a User Bundle so that you can map the ProfileUserInterface to your own User entity.
7
+
> You can use whatever User Bundle you prefer. FOSUserBundle is highly rated.
7
8
8
9
## Installation:
9
10
10
-
Installation takes only 4 steps:
11
+
Installation takes only 5 steps:
11
12
12
13
1. Download and install dependencies via Composer.
13
14
2. Register bundles with AppKernel.php.
14
15
3. Update your app/config/routing.yml.
15
16
4. Update your app/config/config.yml.
16
-
5. Update your database schema.
17
+
5. Update your user entity.
18
+
6. Update your database schema.
17
19
18
20
### Step 1: Download and install dependencies via Composer.
0 commit comments