giicms / yii2-user
User
dev-master
2016-05-05 08:15 UTC
Requires
- php: >=5.4
This package is not auto-updated.
Last update: 2024-11-15 20:42:50 UTC
README
User
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require "giicms/yii2-user" "dev-master"
or add
"giicms/yii2-user": "dev-master"
to the require section of your application's composer.json
file.
Usage Example
'modules' => [ 'user' => [ 'class' => 'giicms\user\Module', ], ],