vhinx/acl
Composer 安装命令:
composer require vhinx/acl
包简介
README 文档
README
Simple Acl for laravel 4
Content
- default log in
- (CRUD) maintenance for users 2.1. assign multiple group per user
- (CRUD) maintenance for groups 3.1. assign resources (list of actions) for groups
- (CRUD) maintenance for resources (list of actions)
- log out
Installation
Add the following line to the require section of composer.json:
{
"require": {
"vhinx/acl": "dev-master"
}
}
Setup
- Add
Vhinx\Acl\AclServiceProviderto the service provider list inapp/config/app.php. - change the value of model in
app/config/auth.phptoVhinx\\Acl\\Models\\User - run
php artisan migrate --package=Vhinx/Acl - run
php artisan db:seed --classname=DataSeeder - run
php artisan asset:publish --package=Vhinx/Acl
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2014-11-06