iflair / reindexing
Beneficial for non-technical person to refresh the indexes in single click.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
Type:magento2-module
Requires
- php: ~5.5.0|~5.6.0|~7.0.0
- magento/framework: >=100.0.0
This package is not auto-updated.
Last update: 2025-06-17 20:46:53 UTC
README
Beneficial for non-technical person to refresh the indexes in single click.
Are you non-technical person tired of refreshing indexes or looking to refresh indexes anywhere on admin? Then IFlair_Reindexing will help you to refresh the indexes of Magento in single click. IFlair_Reindexing provides flexible and easy way to refresh the indexes for your Magento store though you are non-technical person.
Easy Reindexing will:
- Allow you to refresh indexes in single click.
- Avoid running commands to refresh indexes.
Easy Reindexing Extension:
- Based on default magento admin interface
- A must-have extension for non-technical person
- Easy to install and use
- Don’t affect Magento core files
- 100% opensource
Easy Reindexing is really convenient extension to refresh any kind of built in indexes in Magento. The process is simplified with this plugin which is beneficial for non-technical person to refresh the indexes on their website in single click. Users just have to click on icon available on the right hand side in header and that’s it, all indexes are refreshed.
Composer Installation Instructions
Configure composer to search for new repositorycomposer config repositories.IFlairTech/EasyReindexing vcs https://github.com/IFlairTech/EasyReindexingThen, install module as below:
composer require iflair/reindexingThen, enable module and install in Magento:
php bin/magento module:enable IFlair_Reindexing php bin/magento setup:upgrade php bin/magento setup:static-content:deploy php bin/magento cache:clean