定制 landofcoder/module-image-clean 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

landofcoder/module-image-clean

最新稳定版本:1.0.1

Composer 安装命令:

composer require landofcoder/module-image-clean

包简介

Magento 2 clean unused product images

README 文档

README

The module allow clean unused product images on magento 2 site

How to installation

  1. Setup module via composer (recommend):

Please run commands:

composer require landofcoder/module-image-clean

Then run commands:

php bin/magento setup:upgrade --keep-generated
php bin/magento setup:static-content:deploy -f
php bin/magento cache:clean
  1. Setup module via FTP and run magento 2 commands:

The extension include 2 module: Lof_All, Lof_ImageClean

  • Connect your server with FTP client (example: FileZilla).
  • Upload module files in the module packages in to folder: app/code/Lof/ImageClean , app/code/Lof/All
  • Access SSH terminal, then run commands:
php bin/magento setup:upgrade --keep-generated
php bin/magento setup:static-content:deploy -f
php bin/magento cache:clean
  1. How to use
  • To manage subscribers. Go to admin > ImageClean > Clean Unuse Images
  • Support console command:
php bin/magento lof:imageclean:clean

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: proprietary
  • 更新时间: 2021-08-04