This bundle provides an easy credential manager to handle complex applications.
Its purpose is to facilitate the association between user groups and roles.
composer require 2lenet/credential-bundleConfigure the config/routes/credential.yaml file:
credential:
resource: '@LleCredentialBundle/Resources/config/routes.yaml'Next, generate the migration:
php bin/console make:migrationCheck that the changes are correct and execute them:
php bin/console doctrine:migrations:migrate