bricksasp / rbac
There is no license information available for the latest version (1.0) of this package.
bricksasp 权限模块
1.0
2020-01-23 09:45 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-01 12:30:46 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', ], ] ];