Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.94 KB

File metadata and controls

53 lines (34 loc) · 1.94 KB

LmcRbac

Build Version Total Downloads License

Dynamic JSON Badge

Role-based access control module to provide additional features on top of Laminas\Permissions\Rbac

Requirements

  • PHP 8.2 or higher

Optional

  • DoctrineModule: if you want to use some built-in role and permission providers.

Upgrade

You can find an upgrade guide to quickly upgrade your application from major versions of LmcRbac.

Installation

LmcRbac only officially supports installation through Composer. For Composer documentation, please refer to getcomposer.org.

Install the module:

$ composer require lm-commons/lmc-rbac

Enable 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.

Documentation

The official documentation is available here folder.

You can also find some Doctrine entities in the /data folder that will help you to more quickly take advantage of LmcRbac.

Support