Download the PHP package windhoney/yii2-rest-rbac without Composer
On this page you can find all versions of the php package windhoney/yii2-rest-rbac. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-rest-rbac
yii2-rest-rbac
Yii2权限系统,rest版,根据yii2-admin(https://github.com/mdmsoft/yii2-admin)修改
- 安装:
使用
-
配置oauth2和rbac
-
配置权限
- 创建所需要的表
1. 用户表user和菜单表menu
2. rbac相关权限表
auth_item
表添加一个字段parent_name
varchar(30) COLLATE utf8_unicode_ci DEFAULT '' COMMENT '父级名称',3. oauth2相关表
4. 新增分组表
5. 权限控制相关路由可以参考 example/auth_item_sql 其中包含权限相关的insert语句
- 添加路由配置
- 将yii2-rest-rbac/example/rbac_route.php文件内容配置到项目的urlManager的rules规则下
- 或者在main.php文件中 添加
并将此文件放到config/route/rbac_route.php
-
接口文档参考
- 文档
All versions of yii2-rest-rbac with dependencies
PHP Build Version
Package Version
The package windhoney/yii2-rest-rbac contains the following files
Loading the files please wait ....