oxid-professional-services / oxid-modules-config
OXID core and module configurations importer and exporter
Installs: 45 203
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 11
Forks: 13
Open Issues: 11
Type:oxideshop-module
Requires
- oxid-community/moduleinternals: > 1.5
- oxid-esales/oxideshop-ce: ^v6.0.0
- symfony/yaml: ^2.0 || ^3.0
Requires (Dev)
- oxid-community/moduleinternals: ^3.0@alpha
- dev-master
- 7.0.5
- 7.0.4
- 7.0.3
- 7.0.2
- 7.0.1
- 7.0.0
- 6.1.1
- 6.1.0
- 6.1.0-beta3
- 6.1.0-beta2
- 6.1.0-beta1
- 6.0.0-beta7
- 6.0.0-beta6
- 6.0.0-beta5
- 6.0.0-beta4
- 6.0.0-beta3
- 6.0.0-beta2
- 6.0.0-beta
- 5.2.2-beta
- 5.2.1
- 5.2.0
- 5.1.0
- 5.1.0-beta4
- 5.1.0-beta3
- 5.1.0-beta2
- 5.1.0-beta1
- 5.0.0
- 4.0.17
- 4.0.16
- 4.0.15
- 4.0.14
- 4.0.13
- 4.0.12
- 4.0.11
- 4.0.10
- 4.0.9
- 4.0.8
- 4.0.7
- 4.0.6
- 4.0.4
- 4.0.2
- dev-fix-overwriting-multilang-strings-in-oxshops-when-not-present-in-yaml
- dev-shop-configs-in-all-langs
- dev-batwolf-fix-typo
- dev-dev-fix_tests_for_oxid_6
- dev-fix_tests_for_oxid_6
- dev-keywan-ghadami-oxid-patch-1
- dev-withoutDefaultsEmptyConfigFix
- dev-empty-config-fix
- dev-language-file-UTF-8-encoding
- dev-exclude-php
- dev-dev-6.0-wip
- dev-PSGEN-282-Config_export_import_module_full_port_to_v6
- dev-new-branch
This package is auto-updated.
Last update: 2024-10-18 13:39:24 UTC
README
Tools to export, backup and import OXID eShop modules, module settings, shop settings and module activation. There are 2 ways to use the functionality:
- via OXID console commands
- via a GUI based dashboard in eShop administration area under Service -> Module Configuration Im-/Exporter.
All relevant modules configuration is being used including: Versions, Extended classes, Module classes, Templates, Blocks, Settings and Events.
Install
Install using a local repository
-
Create a local directory for repositories in your project, e.g.
oxideshop/extensions
. -
Check-out this module and move it to the directory you just created
-
Add the repository to your project's compser.json, e.g. like this:
"repositories": { "oxid-professional-services/oxid-modules-config": { "type": "path", "url": "extensions/oxps_modulesconfig/" } }
Install from VCS
- Require
oxid-professional-services/oxid-modules-config