developersspot/magento-2-ewarranty

E-Warranty page for magento 2

Installs: 32

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

pkg:composer/developersspot/magento-2-ewarranty

1.0.1 2021-01-27 04:17 UTC

This package is auto-updated.

Last update: 2025-12-27 15:17:12 UTC


README

E-warranty page for magento 2. Basic bootstrap form element used.

Instal with composer as you go

  1. Go to Magento 2 root folder

  2. Enter below command to install E-Warranty module

    composer require developersspot/magento-2-ewarranty
  3. Enter following command to enable the module

    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