pescarolo/importexport

此软件包最新版本(dev-main)没有可用的许可证信息。

Magento 2 之间的产品数据导入导出自定义模块。

安装: 0

依赖项: 0

建议: 0

安全性: 0

星标: 0

关注者: 1

分支: 0

开放性问题: 0

类型:magento2-module

dev-main 2024-07-16 00:33 UTC

This package is auto-updated.

Last update: 2024-09-16 12:06:57 UTC


README

Magento 2 之间的产品数据导入导出自定义模块。

安装

通过 Composer

将仓库添加到您的 composer.json

{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/tiagopgm/Pescarolo-Import-Export"
    }
  ],
  "require": {
    "pescarolo/importexport": "dev-main"
  }
}