santhika29/yii2-admin-bs4

RBAC Auth manager for Yii2 with adjustment to bootstrap 4

Installs: 32

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2018-11-27 06:01 UTC

This package is auto-updated.

Last update: 2024-04-27 17:31:59 UTC


README

GUI manager for RABC (Role Base Access Control) Yii2. Easy to manage authorization of user 😄.

Latest Unstable Version Total Downloads Daily Downloads License Reference Status Build Status Dependency Status Scrutinizer Code Quality Code Climate

Documentation

Important: If you install version 3.x, please see this readme.

Installation

Install With Composer

The preferred way to install this extension is through composer.

to the require section of your composer.json file and execute php composer.phar 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' => [
        '@sant/admin' => 'path/to/your/extracted',
        // for example: '@sant/admin' => '@app/extensions/sant/yii2-admin-2.0.0',
        ...
    ]
];

More...

screenshots