mrsilva/acl-manager

AclManager Plugin for CakePHP 4.x framework

Installs: 868

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 1

Type:cakephp-plugin

3.0.0 2024-05-20 08:38 UTC

This package is not auto-updated.

Last update: 2025-03-24 17:37:43 UTC


README

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require mrsilva/acl-manager

Then in your src/Application.php:

public function bootstrap()
{
    parent::bootstrap();


    // Load more plugins here
    $this->addPlugin("Acl");
    $this->addPlugin('AclManager',['bootstrap' => false, 'routes' => true]);
}

Creating tables

To create the ACL requires tables, run the following Migrations command:

bin/cake migrations migrate -p Acl

Accessing Admin Page

Add address your page the url

https://..../admin/dashboards

Into dashboards the Plugin System to guide to do configure nescessary. Not forget set database!!!

Table of version and requirements

Plugin versionBranchCakePHP versionPHP minimum version
3.xcake4>=4.0.0 <5.0.0>=8.1
2.xcake3>=3.8.0 <4.0.0>=7.1
1.xcake3>=3.3.0 <3.8.0>=5.6