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.
First, create a lle_credential.yaml file.
Next, you need to define 4 configurations:
These configurations will be used during various commands to keep your remote repository up to date (Commands).
client_url: the url of your remote repository (can be a Docker url)client_public_url: the public url of your remote repository (to have a button allowing you to access it)project_code: a unique code to identify the projectproject_token: a token to secure the API calllle_credential:
client_url: http://remote-repository
client_public_url: https://www.remote-repository.com
project_code: PROJECT
project_token: abcde123
How can I help you explore Laravel packages today?