Create short forms of Magento 2 commands in Linux

During development with Magento 2, we need to run the command repeatedly. And each time we need to type bin/magento command. In this article, I will show you how you can create short forms of Magento 2 commands in Linux. For example, you can clean the cache by only typing c:c without php bin/magento cache:clean…

Continue Reading Create short forms of Magento 2 commands in Linux

When you should run which commands in Magento 2?

I often see that many new Magento developer run setup upgrade command every time when they changed something from js or HTML. In this article, I will discuss about which changes need which commands to reflect changes on the frontend or backend of Magento 2. 1) php bin/magento setup:upgrade Short Form: php bin/magento set:up You…

Continue Reading When you should run which commands in Magento 2?