我想在我的magento 2网站上安装eway magento 2扩展程序,但是在安装过程中它要求我升级作曲家。有人可以让我知道如何升级作曲家吗? 我想在magento 2.3中安装eway快速扩展,这是magento市场中的免费扩展。
谢谢
答案 0 :(得分:0)
在Magento 2.3目录中,运行命令(注意,请确保您使用的是最新版本)
composer require eway/eway-rapid-magento2 3.0.1
然后确保使用
更新所有内容composer update
使用以下命令启用模块:
bin/magento module:enable --clear-static-content Eway_DirectConnection Eway_SharedPage Eway_SecureFields Eway_IFrame Eway_TransparentRedirect Eway_EwayRapid
通过运行安装模块
bin/magento setup:upgrade
运行compile命令以完成:
bin/magento setup:di:compile
答案 1 :(得分:0)
说明因操作系统而异,但是用于升级的Composer help page提供以下内容:
php composer.phar self-update
答案 2 :(得分:0)
我遇到相同的问题Marketplace下载安装无法正常工作。
跟随Composer安装:
作曲者需要eway / eway-rapid-magento2 3.0.2
作曲家更新
bin / magento模块:启用--clear-static-content Eway_DirectConnection Eway_SharedPage Eway_SecureFields Eway_IFrame Eway_TransparentRedirect Eway_EwayRapid
bin / magento设置:升级
bin / magento设置:di:compile
希望有人会得到帮助