bricksasp / rbac
bricksasp 权限模块
Installs: 19
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
This package is not auto-updated.
Last update: 2024-11-12 04:02:06 UTC
README
简介
bricksasp 权限模块
安装
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist bricksasp/rbac: "~1.0"
or add
"bricksasp/rbac": "~1.0"
to the require section of your composer.json.
Configuration
To use this extension, you have to configure the Connection class in your application configuration:
return [ //.... 'components' => [ 'rbac' => [ 'class' => 'bricksasp\rbac\Module', ], ] ];