Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/skeeks-cms/cms-basic
- Owner: skeeks-cms
- License: bsd-3-clause
- Created: 2017-11-10T11:09:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-20T10:29:39.000Z (11 months ago)
- Last Synced: 2024-12-13T20:35:01.529Z (22 days ago)
- Language: PHP
- Homepage: https://cms.skeeks.com
- Size: 37.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)