Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skeeks-cms/cms-basic

Basic package SkeekS CMS
https://github.com/skeeks-cms/cms-basic

Last synced: 10 days ago
JSON representation

Basic package SkeekS CMS

Awesome Lists containing this project

README

        

Basic package SkeekS CMS
===================================

Installation
------------

The preferred way to install this extension is through [composer](https://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist skeeks/cms-basic "*"
```

or add

```
"skeeks/cms-basic": "*"
```

Configuration app
----------

```php

'aliases' => [
'@common' => '@root/common',
'@frontend' => '@root/frontend',
'@console' => '@root/console',
],
```

___

> [![skeeks!](https://skeeks.com/img/logo/logo-no-title-80px.png)](https://skeeks.com)
SkeekS CMS (Yii2) — quickly, easily and effectively!
[skeeks.com](https://skeeks.com) | [cms.skeeks.com](https://cms.skeeks.com)