Magento 2 creating custom console command to change the current theme

In the Last tutorial we have learned how to create a new custom console command in Magento2. This Article is a followup of our previous article, those who want to check the previous article please click the link below.http://mydons.com/magento-2-create-custom-console-command-with-sample-usecase Registering the New Console Command In Order to create a new console command it needs to … Continue Reading

Magento 2 create custom console command with sample usecase

Introduction to Console Commands Magento 2 has a powerful command line framework integrated with it for performing the utility tasks such as cache cleaning, index management, module enable/disable, deployment etc. Magento Core Provides many useful commands out of the box, we can also create our own Console command for our needs. Example Use Case: Listing … Continue Reading