Download the PHP package aldaflux/user-role-type-bundle without Composer
On this page you can find all versions of the php package aldaflux/user-role-type-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aldaflux/user-role-type-bundle
More information about aldaflux/user-role-type-bundle
Files in aldaflux/user-role-type-bundle
Download aldaflux/user-role-type-bundle
More information about aldaflux/user-role-type-bundle
Files in aldaflux/user-role-type-bundle
Vendor aldaflux
Package user-role-type-bundle
Short Description Synfony form type for user roles...
License MIT
Homepage https://github.com/Aldaflux/AldafluxUserRoleTypeBundle
Package user-role-type-bundle
Short Description Synfony form type for user roles...
License MIT
Homepage https://github.com/Aldaflux/AldafluxUserRoleTypeBundle
Keywords bundle
Please rate this library. Is it a good library?
Informations about the package user-role-type-bundle
AldafluxUserRoleTypeBundle"
Requirements
Package | Version |
---|---|
PHP | ^7.1 |
Symfony | ^4.0, ~5.0 |
Installation
Step 1 : Download the bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle :
This command is used if composer is installed in your system.
Usage
Form type
CONFIG
- display [all|standard|'minimum']
- all: Display all the roles avaibles, disabled some if security :strict
- standard: Display all the roles the current user is granted, disabled some if security :strict
- minimum: Display all the roles the current user and the edited user are granted, disabled some if security :strict
The roles availbles are all the role in the hierarchy, unless a profile is configured in the config or the builder
-
display [all|standard|minimum]
- all: Display all the roles avaibles, disabled some if security :strict
- standard: Display all the roles the current user and the edited user are granted, disabled some if security :strict
- minimum: Display all the roles the current user and the edited user are granted, not diplaying the other
- label
- display : [asItIs|word|traduction]
- asItIs : ROLE_USER, ROLE_ADMIN, ROLE_SUPER_ADMIN
- word : User, Admin, Super Admin
- traduction : user.roles.role_user, user.roles.role_admin, user.roles.role_super_admin
- display : [asItIs|word|traduction]
if traduction is activate, you can use messages+intl-icu.en
aldaflux_user_role_type.yaml exemple
The type can work whitout this file, but for specific configs / profiles
All versions of user-role-type-bundle with dependencies
PHP Build Version
Package Version
Requires
symfony/framework-bundle Version
>=6.0
The package aldaflux/user-role-type-bundle contains the following files
Loading the files please wait ....