Easy Reindex - Magento 2 module documentation
Author: Aurora Creation
Easy Reindex Module
Module overview
The Easy Reindex extension allows store administrators to easily manually update individual or all indexes directly from the administrator panel instead of using the command line.
Module compatibility
This module is compatibile with Magento Community versions: 2.2 and 2.3.
How it works
To reindex you should go to the Admin Panel System> Index Management, then select the indexer or use the Select all option to select the position for which we want to reindex.
Then in the Actions menu, select Reindex and confirm Submit.
The page should refresh and reindexation should be performed asynchronously
Demo
Installation
Composer
- Add repo to composer.json:
"repositories": [
...
{
"type": "vcs",
"url": "git@git.auroracreation.com:aurora-modules/easy-reindex.git"
}
...
],
- Add package to composer.json:
"require": {
...
"aurora/easy-reindex": "*"
...
},
- In Magento root folder run commands:
composer update aurora/easy-reindex
php bin/magento module:enable Aurora_EasyReindex
php bin/magento setup:upgrade
Manual
- Unzip archive.
- Upload extension files on your server to:
{Magento root}
└── app/
└── code
- In Magento root folder run commands:
php bin/magento module:enable Aurora_EasyReindex
php bin/magento setup:upgrade