The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist yuncms/yuncms-core
or add
"yuncms/yuncms-core": "~2.0.0"
to the require
section of your composer.json.
Add following lines to your main configuration file:
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
This is released under the MIT License. See the bundled LICENSE.md for details.