Heure de publication: vendredi 12 août 2016 (il y a 3 ans)
Créé par: Семенов Александр Сергеевич
Catégorie: Réservation
Version actuelle:
1.3.3.2
18 nov. 2019 13:38:12 (il y a 24 jours)
Packagist: skeeks/cms-db-dumper
: https://github.com/skeeks-cms/cms-db-dumper
: 4580 (Par mois: 81)
Type: Компонент
Database dumper for SkeekS CMS
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist skeeks/cms-db-dumper "*"
or add
"skeeks/cms-db-dumper": "*"
Configuration app
'components' =>
[
'dbDumper' => [
'class' => '\skeeks\cms\dbDumper\DbDumperComponent',
],
'i18n' => [
'translations' =>
[
'skeeks/dbDumper' => [
'class' => 'yii\i18n\PhpMessageSource',
'basePath' => '@skeeks/cms/dbDumper/messages',
'fileMap' => [
'skeeks/dbDumper' => 'main.php',
],
]
]
],
],
'modules' =>
[
'dbDumper' => [
'class' => '\skeeks\cms\dbDumper\DbDumperModule',
]
]
Links
SkeekS CMS (Yii2) — fast, simple, effective!
skeeks.com | cms.skeeks.com
CHANGELOG
1.3.3
- Update icons to fontawesome for bootstrap4
1.3.2
- Fixed
1.3.1
- Agents config update
1.3.0
- Using composer-config-plugin
1.2.1
- Updated admin url
1.2.0
- Go to src
- Updated admin url
1.1.0
- Fixed https://github.com/skeeks-cms/cms-db-dumper/issues/2
1.0.2
- Fixed memry limit db restore
1.0.1
- Fixed https://github.com/skeeks-cms/cms/issues/24
1.0.0
- Stable release
1.0.0-rc3
- Automatic creation of a directory if it is missing
1.0.0-rc2
- Removing old backups, by default 15 (totalBackups)
1.0.0-rc1
- Fixed bugs
1.0.0-beta
- Add translation
1.0.0-alpha
- Can be used
dev-master — 18 nov. 2019 13:38:12 (il y a 24 jours)
1.3.3.1 — 18 nov. 2019 13:38:12 (il y a 24 jours)
1.3.3.2 — 18 nov. 2019 13:38:12 (il y a 24 jours)
1.3.3 — 3 nov. 2018 12:02:14 (il y a un an)
1.3.2 — 30 mai 2018 13:57:58 (il y a un an)
1.3.1 — 15 nov. 2017 22:04:50 (il y a 2 ans)
1.3.0.2 — 7 nov. 2017 12:02:07 (il y a 2 ans)
1.3.0.1 — 6 nov. 2017 23:59:17 (il y a 2 ans)
1.3.0 — 6 nov. 2017 23:55:30 (il y a 2 ans)
1.2.0 — 28 févr. 2017 15:25:47 (il y a 2 ans)
1.1.0 — 12 oct. 2016 19:44:02 (il y a 3 ans)
1.0.2 — 17 août 2016 11:02:16 (il y a 3 ans)
1.0.1 — 17 juil. 2016 22:11:08 (il y a 3 ans)
1.0.0 — 28 mai 2016 16:39:46 (il y a 3 ans)
1.0.0-rc3 — 11 mai 2016 16:05:58 (il y a 3 ans)
1.0.0-rc2 — 11 mai 2016 16:02:06 (il y a 3 ans)
1.0.0-rc1 — 4 mai 2016 00:43:24 (il y a 3 ans)
1.0.0-beta — 29 avr. 2016 12:12:30 (il y a 3 ans)
1.0.0-alpha — 21 avr. 2016 10:29:23 (il y a 3 ans)
Стандартная установка:
Добавьте composer.json файл вашего проекта:
"skeeks/cms-db-dumper": "*"
Запустите обновление зависимостей
Tous les commentaires (0)