2017 © Pedro Peláez
 

magento2-module custom-command

Webkul Magento2 Order Delete Custom Command Extension

image

webkul/custom-command

Webkul Magento2 Order Delete Custom Command Extension

  • Thursday, March 10, 2016
  • by webkul
  • Repository
  • 1 Watchers
  • 2 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 1 Versions
  • 10 % Grown

The README.md

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, (*1)

How to Install the module

copy and paste the downloaded folder & file to app/code/Webkul/CustomCommand, (*2)

Run Following Command via terminal

php bin/magento setup:upgrade, (*3)

Install the module via composer

Run the following commands in terminal-, (*4)

composer require webkul/custom-command dev-master, (*5)

php bin/magento setup:upgrade, (*6)

now module is properly installed, (*7)

How to test the module

Follow the blog link http://webkul.com/blog/how-to-create-custom-command-to-delete-order-in-magento2/, (*8)

The Versions

10/03 2016

dev-master

9999999-dev

Webkul Magento2 Order Delete Custom Command Extension

  Sources   Download

proprietary

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0