maddoger/yii2-user User management extension for Yii2.

Yii2 User Management Module by maddoger

Installation

1) clone 2) migrate: ##yii migrate --migrationPath=@maddoger/user/migrations## 3) modules:

'modules' => [ ... 'user' => 'maddoger\user\UserModule', ... ],

4) components:

'components' => [ ... 'user' => [ 'identityClass' => 'maddoger\user\models\User', 'loginUrl' => ['user/login'], ], ... ],

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



v1.0.0 is the latest of one release



Unknown license
Stats
0 github stars & 1 github forks
0 downloads in the last day
0 downloads in the last 30 days
13 total downloads