承接 team23/module-cleanup-eav 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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: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.

统计信息

  • 总下载量: 1.65k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2024-06-14

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固