conneqt/module-exact-online
最新稳定版本:1.0.10
Composer 安装命令:
composer require conneqt/module-exact-online
包简介
N/A
README 文档
README
A Magento 2 module for ExactOnline integration.
Features
- Extension attributes necessary for Exact Online API
Installation
- Copy the module files to
app/code/Conneqt/ExactOnline/ - Run the following commands:
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento cache:flush
Uninstalling / Reverting Data Patches
This module uses revertable data patches that implement PatchRevertableInterface.
Uninstall Module (Reverts All Data Patches)
For non-composer installed modules (like this one):
php bin/magento module:uninstall --non-composer Conneqt_ExactOnline
For composer installed modules:
php bin/magento module:uninstall Conneqt_ExactOnline
The module:uninstall command will:
- Call the
revert()method of all revertable data patches - Disable the module
- Remove the module from the filesystem (composer modules only)
- Clean up database entries
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2025-08-29