Download the PHP package team23/module-cleanup-eav without Composer
On this page you can find all versions of the php package team23/module-cleanup-eav. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download team23/module-cleanup-eav
More information about team23/module-cleanup-eav
Files in team23/module-cleanup-eav
Package module-cleanup-eav
Short Description Provide CLI tasks to cleanup entity-attribute-value tables
License BSD-3-Clause
Informations about the package module-cleanup-eav
TEAM23 CleanupEav
The Team23_CleanupEav
module enables you to maintain and cleanup your eav database.
Installation
Installation is done via composer
Now register the module with bin/magento setup:upgrade
.
Configuration
Some core paths are excluded from being cleaned up in database. You can add more for other modules too inside a di.xml
file.
Extensibility
Extension developers can interact with the Team23_CleanupEav
module. For more information about the Magento extension
mechanism, see Magento plug-ins.
The Magento dependency injection mechanism
enables you to override the functionality of the Team23_CleanupEav
module.
CLI commands
eav:cleanup:media
Compares database and disk space of product images and cleans both of them.eav:cleanup:config-path
Removes orphaned paths in database for core configuration table.eav:cleanup:config-scope
Compare global and scope data for paths, remove the scope entry if identical.
All versions of module-cleanup-eav with dependencies
magento/framework Version ^103.0
magento/module-config Version ^101.2
magento/module-store Version ^101.1
psr/log Version ^1.0||^2.0||^3.0
symfony/console Version ~4.4.0||~5.4.0||~6.4.0