Download the PHP package montreux-oberland-bernois/cakephp3-aclmanager without Composer
On this page you can find all versions of the php package montreux-oberland-bernois/cakephp3-aclmanager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download montreux-oberland-bernois/cakephp3-aclmanager
More information about montreux-oberland-bernois/cakephp3-aclmanager
Files in montreux-oberland-bernois/cakephp3-aclmanager
Package cakephp3-aclmanager
Short Description Acl Manager for CakePHP 3.x
License MIT
Homepage https://github.com/montreux-oberland-bernois/cakephp3-aclmanager
Informations about the package cakephp3-aclmanager
CakePHP 3.x Acl Manager
Acl Manager For CakePHP 3.x
Installation
Composer
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
Getting started
- Install the CakePHP ACL plugin by running composer require cakephp/acl. Read Acl plugin documentation.
- Include the Acl and AclManager plugins in app/config/bootstrap.php
Creating ACL tables
To create ACL related tables, run the following Migrations command:
bin/cake migrations migrate -p Acl
Usage
Now navigate to admin/AclManager/Acl, update your acos and your aros or just click Restore to default.
For specified user or group managing, you can pass one or multiple id in params (ex. admin/AclManager/acl/Permissions/Users?id=2, 42).
This plugin is adapted for AdminLTE Template.
Todo
- Ajax Update children when change permissions
About CakePHP 3.x AclManager
CakePHP 3.x - Acl Manager was inspired by the plugin of Jean-Christophe Pires (JcPires) and Iván Amat.
Licensed
All versions of cakephp3-aclmanager with dependencies
composer/installers Version *
cakephp/cakephp Version >=4.0
cakephp/plugin-installer Version *
cakephp/acl Version *