文件名称:Magento2-ConfigImportExport:通过CLI在Magento 2中导入ImportExport配置数据
文件大小:50KB
文件格式:ZIP
更新时间:2024-05-25 16:19:08
PHP
ConfigImportExport 此模块为Magento 2提供了新的CLI命令,以在core_config_data中导入/导出数据。 该模块的灵感来自@SchumacherFM为Magento 1提供的出色的n98-magerun插件“ HarrisStreet ImpEx”,您可以在找到。 安装 将包添加到您的composer.json composer require semaio/magento2-configimportexport 启用并安装模块 php bin/magento module:enable Semaio_ConfigImportExport php bin/magento setup:upgrade 事实 支持的Magento版本是2.3和2.4 支持PHP版本是7.2、7.3和7.4 功能性 该模块正在进行中,并将在将来扩展,以提供更多功能和对
【文件预览】:
Magento2-ConfigImportExport-develop
----Command()
--------AbstractCommand.php(4KB)
--------ImportCommand.php(5KB)
--------ExportCommand.php(5KB)
----.github()
--------ISSUE_TEMPLATE.md(340B)
--------PULL_REQUEST_TEMPLATE.md(286B)
----phpunit.xml.dist(526B)
----.php_cs.dist(1KB)
----etc()
--------di.xml(2KB)
--------module.xml(510B)
----Test()
--------Unit()
----LICENSE.md(10KB)
----README.md(2KB)
----registration.php(297B)
----docs()
--------config-export.md(1KB)
--------file-formats.md(3KB)
--------config-import.md(3KB)
----.gitignore(34B)
----Model()
--------Validator()
--------Converter()
--------File()
--------Processor()
----CHANGELOG.md(845B)
----composer.json(725B)