jaztec/jaztec-acl
Composer 安装命令:
composer require jaztec/jaztec-acl
包简介
Database driven ACL module for ZF2
关键字:
README 文档
README
Simple database driven ACL module for ZF2.
Installation
You can install the module with composer using
./composer.phar require jaztec/jaztec-acl
or include it in the composer.json of your project with
{
"require": {
"jaztec/jaztec-base": "0.1.*",
"jaztec/jaztec-acl": "0.1.*"
}
}
After installation make sure your database setup is completed. For a clean install run:
./php public/index.php acl database clean-install --email=[your_email] [--verbose|-v]
Or, after updating the source code:
[site_root]./php public/index.php acl database update [--verbose|-v]
Congratulations, the ACL module has been installed. If you performed a clean install a user will have been added with username 'admin' and password 'admin'
For any help using the console functions
[site_root]./php public/index.php acl database --help
统计信息
- 总下载量: 77
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-09-07