Heure de publication: jeudi 11 août 2016 (il y a 6 ans)
Créé par: Семенов Александр Сергеевич
Catégorie: Autre
Version actuelle:
1 janv. 1970 à 03:00:00 (il y a 53 ans)
Packagist: skeeks/cms-view
: https://github.com/skeeks-cms/cms-view
:
Type: Компонент
View for SkeekS CMS
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist skeeks/cms-view "*"
or add
"skeeks/cms-view": "*"
Configuration app
'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 CMS (Yii2) — quickly, easily and effectively!
skeeks.com | cms.skeeks.com
CHANGELOG
1.1.1
- Change src dir
1.1.0
- Using composer-config-plugin
1.0.0-alpha1
- Small changes
1.0.0-alpha
- Can be used
dev-master — 1 janv. 1970 à 03:00:00 (il y a 53 ans)
dev-add-license-1 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)
1.1.2 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)
1.1.1 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)
1.1.0 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)
1.0.0-alpha1 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)
1.0.0-alpha — 1 janv. 1970 à 03:00:00 (il y a 53 ans)
Стандартная установка:
Добавьте composer.json файл вашего проекта:
"skeeks/cms-view": "*"
Запустите обновление зависимостей
Tous les commentaires (0)