[Adobe Commerce 2.4.5]{class="badge informative"}

Adobe Commerce 2.4.5安裝

瞭解如何使用Composer for version 2.4.5在Adobe Commerce中安裝數個新模組。這會設定在Adobe Commerce應用程式中使用的必要模組。 在安裝Adobe Commerce的Adobe I/O事件找到其他檔案。

這部影片是給誰看的?

  • 不熟悉Adobe Commerce和Adobe Developer App Builder (使用I/O事件)的開發人員

視訊內容 video-content

  • 使用撰寫器安裝必要模組
  • 針對內部部署託管執行的命令
  • 針對Adobe Commerce Cloud執行的命令
  • Adobe Commerce Cloud yaml需要編輯

有用的命令 useful-commands

有些命令會稍微不同,這取決於您是在自行託管的環境中還是使用Adobe Commerce Cloud。

內部部署託管 on-premise

composer require magento/commerce-eventing=^1.0 --no-update

composer update

bin/magento events:generate:module

bin/magento module:enable --all

bin/magento setup:upgrade && bin/magento setup:di:compile

雲端上的Adobe Commerce adobe-commerce-cloud

composer require magento/commerce-eventing=^1.0 --no-update

composer update

composer info magento/ece-tools

Commerce Cloud.magento.env.yaml

stage:
  global:
    ENABLE_EVENTING: true

其他相關的教學課程

Adobe Developer檔案

recommendation-more-help
3a5f7e19-f383-4af8-8983-d01154c1402f