diepxuan / module-eavcleaner
Magento 2 EAV Cleaner
Package info
github.com/diepxuan/module-eavcleaner
Type:magento2-module
pkg:composer/diepxuan/module-eavcleaner
0.0.3
2024-06-28 10:54 UTC
README
EAV Cleaner Console
- Provide EAV cleanup.
Commands
eav:attributes:restoredefaultRemove the storeview product attribute values.
Installation
The easiest way to install the extension is to use Composer
Run the following commands:
$ composer require diepxuan/module-eavcleaner$ bin/magento module:enable Diepxuan_EAVCleaner$ bin/magento setup:upgrade && bin/magento setup:static-content:deploy