lengbin/hyperf-yii-rbac

hyperf yii rbac

Maintainers

Package info

github.com/ice-leng/hyperf-yii-rbac

pkg:composer/lengbin/hyperf-yii-rbac

Statistics

Installs: 21

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2020-11-15 16:42 UTC

This package is auto-updated.

Last update: 2026-03-16 04:27:32 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