2017 © Pedro Peláez
 

yii2-extension yuncms-core

The core module for the yuncms.

image

yuncms/yuncms-core

The core module for the yuncms.

  • Saturday, February 3, 2018
  • by xutl
  • Repository
  • 0 Watchers
  • 0 Stars
  • 1,926 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 1 % Grown

The README.md

Core Extension for YUNCMS

Latest Stable Version Total Downloads Build Status License, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

composer require --prefer-dist yuncms/yuncms-core

or add, (*4)

"yuncms/yuncms-core": "~2.0.0"

to the require section of your composer.json., (*5)

Configuring your application

Add following lines to your main configuration file:, (*6)

Updating database schema

After you downloaded and configured, the last thing you need to do is updating your database schema by applying the migrations:, (*7)

$ php yii migrate/up 

License

This is released under the MIT License. See the bundled LICENSE.md for details., (*8)

The Versions