lengbin / hyperf-yii-rbac
hyperf yii rbac
dev-master
2020-11-15 16:42 UTC
Requires
- php: >=7.2.0
- hyperf/db-connection: ~2.0.0
- hyperf/logger: ~2.0.0
- lengbin/hyperf-auth: dev-master
- lengbin/yii-rbac: dev-master
- psr/simple-cache: ^1.0
This package is auto-updated.
Last update: 2025-02-16 02:20:12 UTC
README
Hyperf yii rbac
If You Like This Please Give Me Star
Install
The preferred way to install this extension is through composer.
Either run
composer require lengbin/hyperf-yii-rbac
or add
"lengbin/hyperf-yii-rbac": "*"
to the require section of your composer.json
file.
Request 详情
"lengbin/jwt": "dev-master"
Configs
/config/autoload/rbac.php return [ 'driver' => \Lengbin\YiiSoft\Rbac\Manager\DbManager::class, ];
Publish
php ./bin/hyperf.php vendor:publish lengbin/hyperf-yii-rbac