fourteenmeister/yii2-users

This package is abandoned and no longer maintained. No replacement package was suggested.

Advanced Users management

Installs: 149

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2014-12-17 01:25 UTC

This package is not auto-updated.

Last update: 2018-05-29 15:43:47 UTC


README

Advanced Users management

Installation

Downloading Yii2-users using composer

Add Yii2-user to the require section of your composer.json file:

{
     "require": {
         "fourteenmeister/yii2-users": "*"
     }
}

And run following command to make composer download and install Yii2-user:

$ php composer.phar update

or execute

php composer.phar require --prefer-dist fourteenmeister/yii2-users "*"

Migrations execute

After you downloaded Yii2-user, the last thing you need to do is update your database schema by applying the migrations:

$ php yii migrate/up --migrationPath=@vendor/fourteenmeister/yii2-users/migrations

That's all! You have successully finished Yii2-users installation and from now you are ready to use all its functionality.