Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skeeks-cms/cms-view
View for SkeekS CMS
https://github.com/skeeks-cms/cms-view
cms skeeks-cms yii yii2 yii2-cms
Last synced: 11 days ago
JSON representation
View for SkeekS CMS
- Host: GitHub
- URL: https://github.com/skeeks-cms/cms-view
- Owner: skeeks-cms
- License: bsd-3-clause
- Created: 2016-04-17T19:32:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-07T12:35:47.000Z (almost 6 years ago)
- Last Synced: 2024-11-14T18:46:58.316Z (about 1 month ago)
- Topics: cms, skeeks-cms, yii, yii2, yii2-cms
- Language: PHP
- Homepage: http://cms.skeeks.com
- Size: 21.5 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
View for SkeekS CMS
===================================Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist skeeks/cms-view "*"
```or add
```
"skeeks/cms-view": "*"
```Configuration app
----------```php
'components' =>
[
'view' =>
[
'class' => 'skeeks\cms\view\ViewComponent',
/*'themes' =>
[
'one' =>
[
'class' => 'skeeks\cms\view\ThemeComponent',
'name' => 'Default',
'pathMap' =>
[
'@app/views' =>
[
'@app/templates/one',
'@app/templates/default',
],
]
],
'two' => []
//...
]*/
],'viewSettings' =>
[
'class' => 'skeeks\cms\view\ViewComponentSettings',
/*'theme' => 'one'*/
],'i18n' => [
'translations' =>
[
'skeeks/view' => [
'class' => 'yii\i18n\PhpMessageSource',
'basePath' => '@skeeks/cms/view/messages',
'fileMap' => [
'skeeks/view' => 'main.php',
],
]
]
],
]```
___
> [![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)