developersspot / magento-2-ewarranty

magento 2 的电子保修页面

安装: 25

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:magento2-module

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 安装

  1. 转到 Magento 2 的根目录

  2. 输入以下命令安装电子保修模块

    composer require developersspot/magento-2-ewarranty
  3. 输入以下命令启用该模块

    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