2017 © Pedro Peláez
 

yii2-module user

User module for Yii 2 framework

image

simple-yii2/user

User module for Yii 2 framework

  • Sunday, July 1, 2018
  • by dkhlystov
  • Repository
  • 1 Watchers
  • 0 Stars
  • 129 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 5 Open issues
  • 11 Versions
  • 2 % Grown

The README.md

User

User module for Yii PHP Framework Version 2, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

composer require simpleyiicms/user:dev-master

or add, (*4)

"simpleyiicms/user": "dev-master"

to the require section of your composer.json file., (*5)

Usage

Make shure that auth manager is configured., (*6)

return [
    // ...
    'components' => [
        'authManager' => [
            'class' => 'yii\rbac\DbManager',
        ],
        // ...
    ],
];

Add backend and frontend parts into your config :, (*7)

return [
    // ...
    'modules' => [
        'user' => 'user\backend\Module',
        // ...
    ],
];

Use module User application component instead native., (*8)

return [
    // ...
    'components' => [
        'user' => [
            'class' => 'user\common\components\User',
            'identityClass' => 'user\common\models\User',
            'loginUrl' => ['user/login/index'],
        ],
        // ...
    ],
];

The Versions

01/07 2018

dev-master

9999999-dev

User module for Yii 2 framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Dmitry Khlystov

user yii2 module

09/07 2017

1.1.0

1.1.0.0

User module for Yii 2 framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Dmitry Khlystov

user yii2 module

19/04 2017

1.0.3

1.0.3.0

User module for Yii 2 framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Dmitry Khlystov

user yii2 module

15/04 2017

1.0.2

1.0.2.0

User module for Yii 2 framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Dmitry Khlystov

user yii2 module

31/03 2017

1.0.1

1.0.1.0

User module for Yii 2 framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Dmitry Khlystov

user yii2 module

18/01 2017

1.0.0

1.0.0.0

User module for Yii 2 framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Dmitry Khlystov

user yii2 module

15/01 2017

0.10.1

0.10.1.0

User module for Yii 2 framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Dmitry Khlystov

user yii2 module

15/01 2017

0.10.0

0.10.0.0

User module for Yii 2 framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Dmitry Khlystov

user yii2 module

28/12 2016

0.9.2

0.9.2.0

User module for Yii 2 framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Dmitry Khlystov

user yii2 module

18/12 2016

0.9.1

0.9.1.0

User module for Yii 2 framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Dmitry Khlystov

user yii2 module

17/12 2016

0.9.0

0.9.0.0

User module for Yii 2 framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Dmitry Khlystov

user yii2 module