https://github.com/skeeks-cms/cms-basic
Basic package SkeekS CMS
https://github.com/skeeks-cms/cms-basic
Last synced: 6 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-20T10:29:39.000Z (over 2 years ago)
- Last Synced: 2025-02-16T18:18:39.680Z (over 1 year 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',
],
```
___
> [](https://skeeks.com)
SkeekS CMS (Yii2) — quickly, easily and effectively!
[skeeks.com](https://skeeks.com) | [cms.skeeks.com](https://cms.skeeks.com)