Download the PHP package magento-hackathon/module-eavcleaner-m2 without Composer
On this page you can find all versions of the php package magento-hackathon/module-eavcleaner-m2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download magento-hackathon/module-eavcleaner-m2
More information about magento-hackathon/module-eavcleaner-m2
Files in magento-hackathon/module-eavcleaner-m2
Download magento-hackathon/module-eavcleaner-m2
More information about magento-hackathon/module-eavcleaner-m2
Files in magento-hackathon/module-eavcleaner-m2
Vendor magento-hackathon
Package module-eavcleaner-m2
Short Description Purpose of this project is to check for different flaws that can occur due to EAV and provide cleanup functions.
License MIT
Package module-eavcleaner-m2
Short Description Purpose of this project is to check for different flaws that can occur due to EAV and provide cleanup functions.
License MIT
Please rate this library. Is it a good library?
Informations about the package module-eavcleaner-m2
Magento 2 EAV Cleaner Console Command
Purpose of this project is to check for different flaws that can occur due to EAV and provide cleanup functions.
Usage
Run bin/magento
in the Magento 2 root and look for the eav:
commands.
Commands
eav:config:restore-use-default-value
Check if config admin value and storeview value are the same, so "use default" doesn't work anymore. Delete the storeview values.eav:attributes:restore-use-default-value
Check if product attribute admin value and storeview value are the same, so "use default" doesn't work anymore. Delete the storeview values.eav:attributes:remove-unused
Remove attributes with no values set in products and attributes that are not present in any attribute sets.eav:media:remove-unused
Remove unused product images.eav:clean:attributes-and-values-without-parent
Remove orphaned attribute values - those which are missing a parent entry (with the correspondingbackend_type
) ineav_attribute
.
Dry run
Use --dry-run
to check result without modifying data.
Force
Use --force
to skip the confirmation prompt before modifying data.
Installation
Installation with composer:
Contributors
- Nikita Zhavoronkova
- Anastasiia Sukhorukova
- Peter Jaap Blaakmeer
Special thanks to
- Benno Lippert
- Damian Luszczymak
- Joke Puts
- Ralf Siepker
All versions of module-eavcleaner-m2 with dependencies
PHP Build Version
Package Version
The package magento-hackathon/module-eavcleaner-m2 contains the following files
Loading the files please wait ....