定制 oxid-professional-services/oxid-modules-config 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

oxid-professional-services/oxid-modules-config

最新稳定版本:7.0.5

Composer 安装命令:

composer require oxid-professional-services/oxid-modules-config

包简介

OXID core and module configurations importer and exporter

README 文档

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

Compatibility table

OXID Eshop Version OXID Modules Config Version
6.1 6.1
6.2 Not yet supported

统计信息

  • 总下载量: 48.76k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 10
  • Forks: 12
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-only
  • 更新时间: 2018-08-28