Download the PHP package spydemon/m2-catalog_product_delete_all without Composer
On this page you can find all versions of the php package spydemon/m2-catalog_product_delete_all. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download spydemon/m2-catalog_product_delete_all
More information about spydemon/m2-catalog_product_delete_all
Files in spydemon/m2-catalog_product_delete_all
Download spydemon/m2-catalog_product_delete_all
More information about spydemon/m2-catalog_product_delete_all
Files in spydemon/m2-catalog_product_delete_all
Vendor spydemon
Package m2-catalog_product_delete_all
Short Description Simple helper that contains a method that delete all products in the database and all product medias.
License MIT
Homepage https://github.com/spydemon/m2-catalog_product_delete_all
Package m2-catalog_product_delete_all
Short Description Simple helper that contains a method that delete all products in the database and all product medias.
License MIT
Homepage https://github.com/spydemon/m2-catalog_product_delete_all
Please rate this library. Is it a good library?
Informations about the package m2-catalog_product_delete_all
Magento 2 — Catalog Product Delete All
Aim of the module
This Magento 2 module purpose is to provide a simple helper that contain a method that will erase all products in database and all product medias.
What you still have to do
Just inject the DeleteAllProducts
helper in the class you need it, and use it.
Warnings
- Check that indexers are updated by schedule, and not at each save. The deletion will be really long if it's not the case since a reindex will be done between each delete!
- The purpose of this module is more to help developers to save time instead of providing ready to use tools. Don't expect to be able to use it out of the box without a minimal integration on your side.
Compatibility
This module was tested on the Magento versions that follows.
Version | State |
---|---|
2.3.6 | Works |
How to install it
Using Composer for installing this module is the best way:
Help appreciated
If you like this module and find a bug or an enhancement, don't hesitate to fill an issue, or even better: a pull request. 😀
All versions of m2-catalog_product_delete_all with dependencies
PHP Build Version
Package Version
Requires
magento/product-community-edition Version
2.*
The package spydemon/m2-catalog_product_delete_all contains the following files
Loading the files please wait ....