EasyAdminBundle is THE bundle to create administration backends in Symfony.
Installation
The installation of this bundle integrating FOSUserBundle to manage users in Symfony 4 is very simple and can be do in 3 steps.
- Installation of FOSUserBundle
- Installation of EasyAdminBundle
- Configure...
FOSUserBundle is certainly the most popular bundle for Symfony to manage users.
With the last major version of Symfony (4), the organization of the code of the framework is a little different. The official documentation isn't clear about the process to install this bundle.
Below, you will found...