powerkernel / yii-auth
Yii auth API module
Installs: 28
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-12-11 02:31:45 UTC
README
Prerequisites
Installation
The preferred way to install this extension is through composer.
Either run
composer require powerkernel/yii-auth "@dev"
or add
"powerkernel/yii-auth": "@dev"
to the require section of your composer.json
file
DB Migration
Run in /bin
directory
php yii mongodb-migrate --migrationPath=@vendor/powerkernel/yii-auth/src/migrations --migrationCollection=auth_migration