yuncms / yuncms-user
This package is abandoned and no longer maintained.
No replacement package was suggested.
The user module for yuncms.
2.0.2.4
2018-04-03 07:04 UTC
Requires
- xutl/yii2-wechat: ~2.0.0
Requires (Dev)
- codeception/base: ^2.2.3
- codeception/verify: ^0.4.0
README
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist yuncms/yuncms-user
or add
"yuncms/yuncms-user": "~2.0.0"
to the require section of your composer.json.
Configuring your application
Add following lines to your main configuration file:
Updating database schema
After you downloaded and configured, the last thing you need to do is updating your database schema by applying the migrations:
$ php yii migrate/up
License
This is released under the MIT License. See the bundled LICENSE.md for details.