developersspot / magento-2-ewarranty
E-Warranty page for magento 2
Package info
github.com/developersspot/magento-2-ewarranty
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: 2026-02-27 15:54:45 UTC
README
E-warranty page for magento 2. Basic bootstrap form element used.
Instal with composer as you go
-
Go to Magento 2 root folder
-
Enter below command to install E-Warranty module
composer require developersspot/magento-2-ewarranty
-
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