ariyainfotech / magento2-discountlimit
折扣限制器
dev-main
2023-11-08 10:12 UTC
This package is auto-updated.
Last update: 2024-09-08 11:56:33 UTC
README
``ariyainfotech/magento2-discountlimit``
主要功能
由Ariya InfoTech开发的模块
安装
* = 在生产中使用时请使用--keep-generated选项
类型1:ZIP文件
- 将ZIP文件解压到
app/code/AriyaInfoTech - 运行
php bin/magento module:enable AriyaInfoTech_DiscountLimit启用模块 - 运行
php bin/magento setup:upgrade应用数据库更新* - 运行
php bin/magento cache:flush刷新缓存
类型2:Composer
- 使模块在Composer仓库中可用,例如
- 私有仓库
repo.magento.com - 公共仓库
packagist.org - 公共GitHub仓库作为vcs
- 私有仓库
- 通过运行
composer config repositories.repo.magento.com composer https://repo.magento.com/将Composer仓库添加到配置中 - 通过运行
composer require ariyainfotech/magento2-discountlimit安装模块composer - 运行
php bin/magento module:enable AriyaInfoTech_DiscountLimit启用模块 - 运行
php bin/magento setup:upgrade应用数据库更新* - 运行
php bin/magento cache:flush刷新缓存