2lenet/credential-bundle
CredentialBundle is a Symfony bundle that manages credentials for complex apps by simplifying the association of user groups and roles. Includes dashboard UI, routes integration, Doctrine migrations, CLI commands, and optional remote repository integration.
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-bundle
Configure the config/routes/credential.yaml file:
credential:
resource: '@LleCredentialBundle/Resources/config/routes.yaml'
Next, generate the migration:
php bin/console make:migration
Check that the changes are correct and execute them:
php bin/console doctrine:migrations:migrate
The bundle ships with translations for the following locales: fr, en, de.
To use a different locale, override the keys in your own translation file under the CredentialBundle domain.
How can I help you explore Laravel packages today?