Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/librecmscom/yuncms-core
The core module for the yuncms.
https://github.com/librecmscom/yuncms-core
core yuncms
Last synced: about 2 months ago
JSON representation
The core module for the yuncms.
- Host: GitHub
- URL: https://github.com/librecmscom/yuncms-core
- Owner: librecmscom
- License: mit
- Created: 2017-11-02T10:58:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-03T07:59:39.000Z (almost 7 years ago)
- Last Synced: 2024-10-10T22:21:01.019Z (2 months ago)
- Topics: core, yuncms
- Language: PHP
- Homepage: http://www.yuncms.net
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Core Extension for YUNCMS
[![Latest Stable Version](https://poser.pugx.org/yuncms/yuncms-core/v/stable.png)](https://packagist.org/packages/yuncms/yuncms-core)
[![Total Downloads](https://poser.pugx.org/yuncms/yuncms-core/downloads.png)](https://packagist.org/packages/yuncms/yuncms-core)
[![Build Status](https://img.shields.io/travis/yuncms/yuncms-core.svg)](http://travis-ci.org/yuncms/yuncms-core)
[![License](https://poser.pugx.org/yuncms/yuncms-core/license.svg)](https://packagist.org/packages/yuncms/yuncms-core)## Installation
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
composer require --prefer-dist yuncms/yuncms-core
```or add
```json
"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:
```bash
$ php yii migrate/up
```## License
This is released under the MIT License. See the bundled [LICENSE.md](LICENSE.md)
for details.