maddoger/yii2-user

There is no license information available for the latest version (v1.0.0) of this package.

User management extension for Yii2.

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Type:yii2-extension

v1.0.0 2014-09-29 12:31 UTC

This package is not auto-updated.

Last update: 2024-04-27 13:10:19 UTC


README

Yii2 User Management Module by maddoger

Installation

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

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

  1. components:

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