Download the PHP package elgentos/magento2-product-duplicate-images-remove without Composer
On this page you can find all versions of the php package elgentos/magento2-product-duplicate-images-remove. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download elgentos/magento2-product-duplicate-images-remove
More information about elgentos/magento2-product-duplicate-images-remove
Files in elgentos/magento2-product-duplicate-images-remove
Download elgentos/magento2-product-duplicate-images-remove
More information about elgentos/magento2-product-duplicate-images-remove
Files in elgentos/magento2-product-duplicate-images-remove
Vendor elgentos
Package magento2-product-duplicate-images-remove
Short Description Magento 2 find duplicate product images from your product list and from this list you can easily remove them by running a command
License OSL-3.0 AFL-3.0
Package magento2-product-duplicate-images-remove
Short Description Magento 2 find duplicate product images from your product list and from this list you can easily remove them by running a command
License OSL-3.0 AFL-3.0
Please rate this library. Is it a good library?
Informations about the package magento2-product-duplicate-images-remove
Elgentos - Remove Duplicate Product images in Magento 2
This Extension allows you to find duplicate product images from your product list and from this list you can easily remove them by running a command.
Installation
1) Go to your Magento root folder 2) Download the extension using composer:
3) Run setup commands:
4) Run the command:
Eg:
# Use unlink
php bin/magento duplicate:remove -u1
# Turn off dry run
php bin/magento duplicate:remove -d0
# Combine unlink and turn off dry run
php bin/magento duplicate:remove -u1 -d0
# Specific on some sku
php bin/magento duplicate:remove -u1 -d0 SKU1 SKU2 SKU3
All versions of magento2-product-duplicate-images-remove with dependencies
PHP Build Version
Package Version
Requires
magento/framework Version
^103.0
The package elgentos/magento2-product-duplicate-images-remove contains the following files
Loading the files please wait ....