yuncms / yuncms-core
This package is abandoned and no longer maintained.
No replacement package was suggested.
The core module for the yuncms.
2.0.0.4
2017-12-23 10:43 UTC
Requires
- php: >=5.6.0
- ext-intl: *
- xutl/yii2-inspinia-widget: ~1.0
- yiisoft/yii2: ~2.0.13
- yiisoft/yii2-bootstrap: ~2.0
- yiisoft/yii2-httpclient: ~2.0
- yiisoft/yii2-jui: ~2.0
- yiisoft/yii2-queue: ~2.0.1
- yiisoft/yii2-redis: ~2.0
- yiisoft/yii2-swiftmailer: ~2.0
- yuncms/yuncms-composer: ^2.0.2
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-core
or add
"yuncms/yuncms-core": "~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.