inblank / yii2-activeuser
Yii2 module inblank/yii2-activeuser
Package info
github.com/inblank/yii2-activeuser
Type:yii2-extension
pkg:composer/inblank/yii2-activeuser
dev-master
2018-05-03 08:14 UTC
Requires
- php: >=7.0
- inblank/yii2-image: ~0.1
- roderik/pwgen-php: ~0.1
- yiisoft/yii2: 2.0.*
- yiisoft/yii2-swiftmailer: ~2.0
Requires (Dev)
- codeception/codeception: ^2.1
- codeception/specify: ~0.4
- codeception/verify: ~0.3
This package is not auto-updated.
Last update: 2026-03-02 05:46:38 UTC
README
Русская версия этого документа доступна здесь.
Module yii2-activeuser for Yii2 allows
Installation
The preferred way to install this module is through composer.
Navigate to the project folder and run the console command:
$ composer require inblank/yii2-activeuser
or add:
"inblank/yii2-activeuser": "~0.1"
to the require section of your composer.json file.
Add following lines to your main configuration file:
'modules' => [ 'activeuser'=>[ 'class' => 'inblank\activeuser\Module', ], ],