nex-otaku / yii2-uuid-user
Fork of Dektrium user extension, with UUID support.
Installs: 59
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- dektrium/yii2-user: ^0.9.6
- dmstr/yii2-db: ^0.7.7
- nex-otaku/yii2-softdelete: ~1.0.0
- nex-otaku/yii2-uuid-tools: ~1.1.0
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2024-10-29 04:47:41 UTC
README
Fork of Dektrium user extension, with UUID support.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist nex-otaku/yii2-uuid-user "*"
or add
"nex-otaku/yii2-uuid-user": "*"
to the require section of your composer.json
file.
Features
-
Easily disable profile fields and avatar.
-
Email as username.
-
UUID support.
-
SoftDelete.
Usage
See "dektrium/yii2-user".