mrsilva/acl-manager
Composer 安装命令:
composer require mrsilva/acl-manager
包简介
AclManager Plugin for CakePHP 4.x framework
README 文档
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 version | Branch | CakePHP version | PHP minimum version |
|---|---|---|---|
| 3.x | cake4 | >=4.0.0 <5.0.0 | >=8.1 |
| 2.x | cake3 | >=3.8.0 <4.0.0 | >=7.1 |
| 1.x | cake3 | >=3.3.0 <3.8.0 | >=5.6 |
统计信息
- 总下载量: 911
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-01-24