Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 514 Bytes

File metadata and controls

19 lines (13 loc) · 514 Bytes

Magento 2 Reindex Module

Installation

Log in to the Magento server, go to your Magento install directory and run following commands:

composer require rohitkundale/module-reindex

php -f bin/magento module:enable RohitKundale_Reindex
php -f bin/magento setup:upgrade

rm -rf pub/static/*; rm -rf var/view_preprocessed/*;
php -f bin/magento setup:static-content:deploy

Screenshots

Magento2 Reindex