Skip to content

bricksasp/rbac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rbac

简介

bricksasp 权限模块

安装

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist bricksasp/rbac: "~1.0"

or add

"bricksasp/rbac": "~1.0"

to the require section of your composer.json.

Configuration

To use this extension, you have to configure the Connection class in your application configuration:

return [
    //....
    'components' => [
        'rbac' => [
            'class' => 'bricksasp\rbac\Module',
        ],
    ]
];

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages