Skip to content

Clean up your Magento removing unused and wrongly added attributes.

License

Notifications You must be signed in to change notification settings

iamunozz/EavRemover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Module EavRemover

Installation

$ php bin/magento module:enable Iamunozz_EavRemover --clear-static-content
$ php bin/magento setup:upgrade
$ php bin/magento setup:di:compile
$ php bin/magento setup:static-content:deploy

Configurations

N/A

Usage

Run bin/magento in the Magento 2 root and look for the eav: commands.

Commands

  • eav:remover Interactive mode to delete a eav attribute.

Attribute Type

  • eav:remover --type Attribute type to be removed, can be type of 'customer' or 'catalog_product'.

Attribute Code

  • eav:remover --type Attribute code to be removed.

Help

$ php bin/magento eav:remover --help

About

Clean up your Magento removing unused and wrongly added attributes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages