ibupsliverates / liverates
此包的最新版本(dev-main)没有提供许可信息。
UPS Liverates 扩展
dev-main
2024-06-28 11:35 UTC
Requires
- php: ^7.1|^8.0|^8.1|^8.2|^8.3
- firebase/php-jwt: *
- ups/dashboard: *
This package is auto-updated.
Last update: 2024-09-28 12:07:54 UTC
README
-
手动安装
- 准备 UPS_Liverates 模块
- 将 UPS_Liverates 模块复制到 app/code
- 启用模块
php bin/magento module:enable UPS_Liverates
- 运行所有命令
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy php bin/magento cache:flush
-
使用 composer 安装
-
从命令行切换到根目录。
-
运行 composer require 命令
composer require ups/liverates
-
启用模块
php bin/magento module:enable UPS_Liverates
-
运行所有命令
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy php bin/magento cache:flush
-