landofcoder / module-image-clean
Magento 2 clean unused product images
Installs: 1 604
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
This package is auto-updated.
Last update: 2024-11-04 17:48:57 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