element119 / admin-reindex
This package is abandoned and no longer maintained.
No replacement package was suggested.
Package info
github.com/pykettk/admin-reindex
Type:magento2-module
pkg:composer/element119/admin-reindex
1.0.4
2020-07-05 14:43 UTC
Requires
- php: >=7.0
README
element119 | Admin Reindex
📝 Table of Contents
⛓️ Requirements
- Magento 2.3.*
- PHP >=7.0
🔌 Installation
Run the following command to install this module:
composer install element119/admin-reindex php bin/magento module:enable Element119_AdminReindex php bin/magento setup:di:compile php bin/magento static:content:deploy php bin/magento setup:upgrade --keep-generated
⏫ Updating
Run the following command to update this module:
composer update element119/admin-reindex php bin/magento module:enable Element119_AdminReindex php bin/magento setup:di:compile php bin/magento static:content:deploy php bin/magento setup:upgrade --keep-generated
❌ Uninstallation
Run the following command to uninstall this module:
composer remove element119/admin-reindex php bin/magento module:enable Element119_AdminReindex php bin/magento setup:di:compile php bin/magento static:content:deploy php bin/magento setup:upgrade --keep-generated
✔️ Features
This module enables store administrators to run the Magento indexers from the admin panel.
📚 User Guide
...