Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 372 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 372 Bytes

Yii2 ABAC

Yii2 Action Based Access Control

Installation

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist uzdevid/yii2-abac "*"

or add

"uzdevid/yii2-abac": "1.0.0"

to the require section of your composer.json file.

Usage