April 2016
Intermediate to advanced
290 pages
5h 51m
English
So far, we created a login system using FOSUserBundle and an entity manager area via SonataAdminBundle. So, the application has an admin area that has its access limits set to ROLE_ADMIN people only. Before creating a dashboard for users so that they can manage their workspaces, projects, tasks, and team members, there is one last important thing that needs to be done. An admin should be able to manage all users from the backend.
The Sonata project comes with a bundle that integrates FOSUserBundle into the admin area. It is called SonataUserBundle that basically adds some features to FOSUserBundle and makes it part of the backend.
Start by downloading and installing it:
$ composer ...Read now
Unlock full access