This extension will add the ability to Reindex from backend. Magento 2 Reindex From Backend by Kashyap Software allows store admins to update individual or all indexes manually right from the admin backend easily instead of running command line.
- Download zip file of this extension
- Place all the files of the extension in your Magento 2 installation in the folder
app/code/Kashyap/Reindex
- Enable the extension:
php bin/magento --clear-static-content module:enable Kashyap_Reindex
- Upgrade db scheme:
php bin/magento setup:upgrade
- Deply Static Content:
php bin/magento setup:static-content:deploy -f
Developer Mode - Deply Static Content:
php bin/magento setup:static-content:deploy
Production Mode