team23/module-cleanup-eav
最新稳定版本:1.2.1
Composer 安装命令:
composer require team23/module-cleanup-eav
包简介
Provide CLI tasks to cleanup entity-attribute-value tables
README 文档
README
The Team23_CleanupEav module enables you to maintain and cleanup your eav database.
Installation
Installation is done via composer
composer require team23/module-cleanup-eav
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.
<?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd"> <type name="Team23\CleanupEav\Model\Config"> <arguments> <argument name="excludedPaths" xsi:type="array"> <item name="amasty_first" xsi:type="string">amasty_base/system_value/first_module_run</item> <item name="amasty_last" xsi:type="string">amasty_base/system_value/last_update</item> <item name="amasty_remove" xsi:type="string">amasty_base/system_value/remove_date</item> </argument> </arguments> </type> </config>
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:mediaCompares database and disk space of product images and cleans both of them.eav:cleanup:config-pathRemoves orphaned paths in database for core configuration table.eav:cleanup:config-scopeCompare global and scope data for paths, remove the scope entry if identical.
统计信息
- 总下载量: 1.65k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2024-06-14