landofcoder / module-image-clean
Magento 2 clean unused product images
Package info
github.com/landofcoder/module-magento2-image-clean
Type:magento2-module
pkg:composer/landofcoder/module-image-clean
1.0.1
2021-08-04 10:25 UTC
Requires
This package is auto-updated.
Last update: 2026-03-04 20:34:25 UTC
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