Download the PHP package jext/yii2-jrbac without Composer
On this page you can find all versions of the php package jext/yii2-jrbac. 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-jrbac
yii2-jrbac
module for yii2 rbac manage
improving... you can diy it for your own project
Yii2 RBAC管理模块
- 权限管理 - 添加、删除(批量)、自动初始化(根据路由地址)
- 角色管理 - 添加、删除(批量)、用户关联、权限关联、子角色关联
- 规则管理 - 添加、删除(批量)、权限关联
-
菜单管理 - 增删改查、无限分类、图标集成、权限过滤、与模版无缝集成(默认+adminLte)
-
set the authManager component in your project config file
//... 'components' => [ //... 'authManager' => [ 'class' => 'jext\jrbac\src\JDbManager', ], ] //...
-
load modules in your config file
//... 'modules' => [ 'jrbac' => [ 'class' => 'jext\jrbac\Module', ], //... ], //...
- to use jrbac menu component
#
any other problems ? mail to me: [email protected] :)
All versions of yii2-jrbac with dependencies
PHP Build Version
Package Version
The package jext/yii2-jrbac contains the following files
Loading the files please wait ....