Skip to content

Latest commit

 

History

History

guide

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Common User & Profile Models for Yii 2

This extension provides two common models:

  • User
  • Profile

And a SimpleProfile model, added email and phone attributes compared with Profile model.

We also provide a UserSearch model for searching user, a LoginLog model to record log-in actions, a Username model to customize the identifier for user.

Getting Started

Basic Usage

Using widgets

Console commands

User Module

Admin Module

Debug

Test