Veröffentlichungszeit: Donnerstag, 8. September 2016 (vor 7 Jahren)
Erstellt von: Семенов Александр Сергеевич
Kategorie: Exportieren / Importieren
Aktuelle Version:
01.01.1970, 03:00:00 (vor 53 Jahren)
Packagist: skeeks/cms-import
: https://github.com/skeeks-cms/cms-import
:
Typ: Компонент
SkeekS CMS import
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist skeeks/cms-import "*"
or add
"skeeks/cms-import": "*"
Configuration app
'components' =>
[
'components' =>
[
'cmsImport' => [
'class' => 'skeeks\cms\import\ImportComponent',
],
'i18n' => [
'translations' =>
[
'skeeks/import' => [
'class' => 'yii\i18n\PhpMessageSource',
'basePath' => '@skeeks/cms/import/messages',
'fileMap' => [
'skeeks/import' => 'main.php',
],
]
]
]
],
'modules' =>
[
'cmsImport' => [
'class' => 'skeeks\cms\import\ImportModule',
]
]
];
Links
SkeekS CMS (Yii2) — quickly, easily and effectively!
skeeks.com | en.cms.skeeks.com | cms.skeeks.com | marketplace.cms.skeeks.com
CHANGELOG
1.1.2
- Update
1.1.1
- Pgsql support
1.1.0
- Using composer-config-plugin
1.0.0-beta3
- Fixed
1.0.0-beta2
- update
1.0.0-beta
- console app
1.0.0-alpha2
- console app
1.0.0-alpha
- ready alpha
dev-master — 01.01.1970, 03:00:00 (vor 53 Jahren)
2.0.0.1 — 01.01.1970, 03:00:00 (vor 53 Jahren)
2.0.0 — 01.01.1970, 03:00:00 (vor 53 Jahren)
1.1.4.5 — 01.01.1970, 03:00:00 (vor 53 Jahren)
1.1.4.4 — 01.01.1970, 03:00:00 (vor 53 Jahren)
1.1.4.3 — 01.01.1970, 03:00:00 (vor 53 Jahren)
1.1.4.2 — 01.01.1970, 03:00:00 (vor 53 Jahren)
1.1.4.1 — 01.01.1970, 03:00:00 (vor 53 Jahren)
1.1.4 — 01.01.1970, 03:00:00 (vor 53 Jahren)
1.1.3.7 — 01.01.1970, 03:00:00 (vor 53 Jahren)
1.1.3.6 — 01.01.1970, 03:00:00 (vor 53 Jahren)
1.1.3.5 — 01.01.1970, 03:00:00 (vor 53 Jahren)
1.1.3.4 — 01.01.1970, 03:00:00 (vor 53 Jahren)
1.1.3.3 — 01.01.1970, 03:00:00 (vor 53 Jahren)
1.1.3.2 — 01.01.1970, 03:00:00 (vor 53 Jahren)
1.1.3.1 — 01.01.1970, 03:00:00 (vor 53 Jahren)
1.1.3 — 01.01.1970, 03:00:00 (vor 53 Jahren)
1.1.2 — 01.01.1970, 03:00:00 (vor 53 Jahren)
1.1.1 — 01.01.1970, 03:00:00 (vor 53 Jahren)
1.1.0 — 01.01.1970, 03:00:00 (vor 53 Jahren)
1.0.0 — 01.01.1970, 03:00:00 (vor 53 Jahren)
1.0.0-beta2 — 01.01.1970, 03:00:00 (vor 53 Jahren)
1.0.0-beta — 01.01.1970, 03:00:00 (vor 53 Jahren)
1.0.0-alpha2 — 01.01.1970, 03:00:00 (vor 53 Jahren)
1.0.0-alpha — 01.01.1970, 03:00:00 (vor 53 Jahren)
Стандартная установка:
Добавьте composer.json файл вашего проекта:
"skeeks/cms-import": "*"
Запустите обновление зависимостей
Alle Kommentare (0)