lengbin/hyperf-yii-rbac

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

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