kiliba / module-connector
Kiliba
2.3.0
2024-09-10 14:46 UTC
Requires
- php: >=7.0.2
- ext-curl: *
- magento/module-catalog: >=102.0.0
- magento/module-customer: >=101.0.0
- magento/module-directory: >=100.2.0
- magento/module-quote: >=101.1.0
- magento/module-sales: >=101.0.0
- magento/module-sales-rule: >=101.0.0
- magento/module-store: >=100.2.0
- dev-master
- 2.3.0
- 2.2.9
- 2.2.8
- 2.2.7
- 2.2.6
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.5
- 2.1.4
- dev-release/2.3.0
- dev-release/2.2.9
- dev-release/2.2.8
- dev-release/2.2.7
- dev-release/2.2.6
- dev-release/2.2.5
- dev-release/2.2.4
- dev-release/2.2.3
- dev-release/2.2.2
- dev-release/2.2.1
- dev-release/2.2.0
- dev-release/2.1.5
- dev-release/2.1.4
This package is not auto-updated.
Last update: 2024-09-24 15:03:21 UTC
README
Composer 安装
- 获取依赖项:
composer require kiliba/module-connector
- 启用模块:
php bin/magento module:enable Kiliba_Connector
- 升级数据库:
php bin/magento setup:upgrade
- 重新运行编译命令:
php bin/magento setup:di:compile
- 更新静态文件:
php bin/magento setup:static-content:deploy
- 清理缓存:
php bin/magento cache:flush
压缩安装
- 在 app/code 中创建文件夹 Kiliba/Connector
- 解压该文件夹中的内容
- 打开命令行并转到 magento 根目录
- 启用模块:
php bin/magento module:enable Kiliba_Connector
- 升级数据库:
php bin/magento setup:upgrade
- 重新运行编译命令:
php bin/magento setup:di:compile
- 更新静态文件:
php bin/magento setup:static-content:deploy
- 清理缓存:
php bin/magento cache:flush