https://github.com/webkul/magento2-custom-command
Magento2 Webkul Custom Command Module - allow to create your own custom commands, and here we created command to delete orders
https://github.com/webkul/magento2-custom-command
Last synced: about 1 year ago
JSON representation
Magento2 Webkul Custom Command Module - allow to create your own custom commands, and here we created command to delete orders
- Host: GitHub
- URL: https://github.com/webkul/magento2-custom-command
- Owner: webkul
- Created: 2016-03-10T11:16:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-10T11:23:46.000Z (over 10 years ago)
- Last Synced: 2025-03-29T01:04:50.236Z (over 1 year ago)
- Language: PHP
- Homepage: https://store.webkul.com/Magento-2.html
- Size: 2.93 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magento2 Webkul Custom Command Module
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/