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 command requires the use of a remote repository (Remote repository integration).
It allows the current configuration to be uploaded to the remote repository (groups, credentials and credentials by group).
bin/console lle:credential:init
It allows you to create all your rights for your CRUD via warmups.
If you're using a remote repository, it will also be updated.
bin/console lle:credential:warmup
This command requires the use of a remote repository (Remote repository integration).
It enables you to update your credentials by group using the data stored on your remote repository.
bin/console lle:credential:load
How can I help you explore Laravel packages today?