yii2x/yii2-auth-ui-ext

Yii2 Sencha Modern Authentication and Authorization User Interface.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2018-01-14 21:23 UTC

This package is not auto-updated.

Last update: 2024-05-06 05:24:47 UTC


README

Yii2 Sencha Modern Authentication and Authorization User Interface.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist yii2x/yii2-ext-auth-ui "*"

or add

"yii2x/yii2-ext-auth-ui": "*"

to the require section of your composer.json file.

Usage

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

<?= \yii2x\ui\auth\AutoloadExample::widget(); ?>```