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
- 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
- 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
- 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
其他信息
- 授权协议: proprietary
- 更新时间: 2021-08-04