lengbin/hyperf-yii-rbac

hyperf yii rbac

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/lengbin/hyperf-yii-rbac

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

This package is auto-updated.

Last update: 2025-09-16 03:34:06 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