lengbin/hyperf-yii-rbac

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

This package is auto-updated.

Last update: 2024-04-16 00:44:34 UTC


README

68747470733a2f2f6879706572662e6f73732d636e2d68616e677a686f752e616c6979756e63732e636f6d2f6879706572662e706e67

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