定制 vova07/yii2-rbac-module 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

vova07/yii2-rbac-module

Composer 安装命令:

composer require vova07/yii2-rbac-module

包简介

The RBAC module for Yii framework.

README 文档

README

This module provide an RBAC managing system for your yii2 application.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist vova07/yii2-rbac-module "*"

or add

"vova07/yii2-rbac-module": "*"

to the require section of your composer.json file.

Configuration

Edit authManager component in your application config file:

'authManager' => [
    'class' => 'yii\rbac\PhpManager',
    'defaultRoles' => [
        'user',
        'admin',
        'superadmin'
    ],
    'itemFile' => '@vova07/rbac/data/items.php',
    'assignmentFile' => '@vova07/rbac/data/assignments.php',
    'ruleFile' => '@vova07/rbac/data/rules.php',
]

Add new filed role to your users table.

Usage

Once the extension is installed, simply use it in your code by:

Yii::$app->user->can('admin');

Info

By default RBAC module provide 3 defaults roles: user, admin and superadmin.

You can add more roles by creating your own rules.php file.

If you want to regenerate the rbac files, you can change the itemFile, assignmentFile and ruleFile in your config authManager section and run php yii cron/cron/init.

统计信息

  • 总下载量: 1.18k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 19
  • 点击次数: 0
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 19
  • Watchers: 7
  • Forks: 6
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2014-05-26

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固