developersspot / magento-2-ewarranty
magento 2 的电子保修页面
1.0.1
2021-01-27 04:17 UTC
This package is auto-updated.
Last update: 2024-09-27 12:49:09 UTC
README
magento 2 的电子保修页面。使用基本引导表单元素。
使用 composer 安装
-
转到 Magento 2 的根目录
-
输入以下命令安装电子保修模块
composer require developersspot/magento-2-ewarranty
-
输入以下命令启用该模块
rm -rf var/view_preprocessed/* rm -rf pub/static/adminhtml/* rm -rf pub/static/frontend/* php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy php bin/magento cache:clean php bin/magento cache:flush