ibupsliverates / liverates

此包的最新版本(dev-main)没有提供许可信息。

UPS Liverates 扩展

dev-main 2024-06-28 11:35 UTC

This package is auto-updated.

Last update: 2024-09-28 12:07:54 UTC


README

  1. 手动安装

    1. 准备 UPS_Liverates 模块
    2. 将 UPS_Liverates 模块复制到 app/code
    3. 启用模块

      php bin/magento module:enable UPS_Liverates

    4. 运行所有命令

      php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy php bin/magento cache:flush

  2. 使用 composer 安装

    1. 从命令行切换到根目录。

    2. 运行 composer require 命令

      composer require ups/liverates

    3. 启用模块

      php bin/magento module:enable UPS_Liverates

    4. 运行所有命令

      php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy php bin/magento cache:flush