powerkernel / yii-user
Yii user API module
Installs: 39
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii-module
This package is auto-updated.
Last update: 2024-11-11 02:54:20 UTC
README
Prerequisites
Installation
The preferred way to install this extension is through composer. Either run
composer require powerkernel/yii-user "@dev"
or add
"powerkernel/yii-user": "@dev"
to the require section of your composer.json
file
DB Migration
Run in /bin
directory
php yii mongodb-migrate --migrationPath=@vendor/powerkernel/yii-user/src/migrations --migrationCollection=user_migration