Skip to content

diepxuan/module-eavcleaner

Repository files navigation

Magento 2 module

Magento 2 Packagist Downloads License

EAV Cleaner Console

  • Provide EAV cleanup.

Commands

  • eav:attributes:restoredefault Remove 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