Doctrine ORM Role Provider for LmcRbac.
- PHP 8.2 or higher
- LmcRbac 2.0 or higher
- Doctrine ORM 3.0 or higher
LmcRbacRoleProviderDoctrineORM only officially supports installation through Composer.
Install the package:
$ php composer.phar require lm-commons/lmc-rbac-role-provider-doctrine-ormEnable the module by adding LmcRbac key to your application.config.php file.
Customize the module by copy-pasting the config.global.php file to your
config/autoload folder.
You can also find some Doctrine entities in the /data folder that will help you to more quickly take advantage of LmcRbac.
Documentation can be found in the LmcRbac documentation
- File issues at on github.
- Ask questions on the LM-Commons Discord.