webkul / custom-command
Webkul Magento2 Order Delete Custom Command Extension
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 3
Open Issues: 0
Type:magento2-module
Requires
- php: ~5.5.0|~5.6.0|~7.0.0
This package is auto-updated.
Last update: 2024-10-14 09:20:42 UTC
README
Magento2 Webkul Custom Command Module - allow to create your own custom commands, and here we created command to delete orders
How to Install the module
copy and paste the downloaded folder & file to app/code/Webkul/CustomCommand
Run Following Command via terminal
php bin/magento setup:upgrade
Install the module via composer
Run the following commands in terminal-
composer require webkul/custom-command dev-master
php bin/magento setup:upgrade
now module is properly installed
How to test the module
Follow the blog link http://webkul.com/blog/how-to-create-custom-command-to-delete-order-in-magento2/