Skip to content

Latest commit

 

History

History

yii-module-user

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

user module for Yii 2.0 +

This Module provide basic crud functionality.

Installation

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist codexten/yii-module-user:"^2.0.0"

or add

"codexten/yii-module-user": "^2.0.0"

to the require section of your composer.json.

Configuration

return \yii\helpers\ArrayHelper::merge(
    // other configurations
    [],
    // $moduleUser
    [
      
    ]
);

customization

extend registration

TBD

extend Login Form

TBD

SMS otp verification

TBD