Download the PHP package nordsoftware/lumen-rbac without Composer
On this page you can find all versions of the php package nordsoftware/lumen-rbac. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nordsoftware/lumen-rbac
More information about nordsoftware/lumen-rbac
Files in nordsoftware/lumen-rbac
Download nordsoftware/lumen-rbac
More information about nordsoftware/lumen-rbac
Files in nordsoftware/lumen-rbac
Vendor nordsoftware
Package lumen-rbac
Short Description RBAC module for the Lumen framework.
License MIT
Package lumen-rbac
Short Description RBAC module for the Lumen framework.
License MIT
Please rate this library. Is it a good library?
Informations about the package lumen-rbac
Lumen RBAC
RBAC module for the Lumen PHP framework based on Overseer.
Requirements
- PHP 5.6 or newer
Usage
Installation
-
Run the following command to install the package through Composer:
-
Copy the configuration template in
config/rbac.php
to your application'sconfig
directory and modify according to your needs. - Add the following lines to your
bootstrap/app.php
:
You should now have a bunch of new Artisan commands available under the doctrine
namespace. In your code, you can
either inject RbacService
or use the Rbac
facade to access the service.
Contributing
Please read the guidelines.
License
MIT. See LICENSE.
All versions of lumen-rbac with dependencies
PHP Build Version
Package Version
The package nordsoftware/lumen-rbac contains the following files
Loading the files please wait ....