diecoding/yii2-rbac RBAC / Auth Manager for Yii2 Extends 'mdmsoft/yii2-admin': '~2.0'

Yii2 RBAC

  1. Documentation
  2. Installation

RBAC / Auth Manager for Yii2 Extends 'mdmsoft/yii2-admin': '~2.0'

Latest Stable Version Total Downloads Monthly Downloads License Quality Score Build Status

Documentation

Disclaimer: This package is actually only used to make it easier for me to build my personal application, but if you are interested please just try it. This package is extends from 'mdmsoft/yii2-admin': '~2.0', you can also use documentation from https://github.com/mdmsoft/yii2-admin/.

Installation

Install With Composer

The preferred way to install this extension is through composer.

Either run

composer require diecoding/yii2-rbac "dev-master"

Or, you may add

"diecoding/yii2-rbac": "dev-master"

to the require section of your composer.json file and execute composer update.

Install From the Archive

Download the latest release from here releases, then extract it to your project. In your application config, add the path alias for this extension.

return [
    ...
    'aliases' => [
        '@diecoding/rbac' => 'path/to/your/extracted',
        // for example
        // '@diecoding/rbac' => '@app/extensions/diecoding/yii2-rbac-1.0.0',
        ...
    ],
    ...
];
1 0
0 follower
1 245 downloads
Yii Version: Unknown
License: BSD-3-Clause
Category: Security
Developed by: Sugeng Sulistiyawan
Created on: Mar 25, 2018
Last updated: 4 years ago
Packagist Profile
Github Repository

Related Extensions