Magento 2 - Daily useful Command List
Magento 2 - command list Have you heard about shortcuts of command we can use in magento version 2? Haven't!!! Don't worry, here we have explained command list along how do command shortcut perform same task what command perform. Well, start with the explanation of how shortcut works. The first one to three letter of the command becomes the shortcut for thier own. If don't understand , let's take an example. Firstly, we take a cache clean command. php bin/magento cache:clean a short command for this. php bin/magento c:c Explanation: From 'cache:clean' take first letters or first two to three letters from command. Therefore, c stand for cache and another c stand for clean. That's how shortcut works. Now, look at some useful commands and excercise thier shortcuts. Module Enable/Disable 1) Enable module(s) php bin/magento module:enable [-c|--clear-static-content] [-f|--force] [--all] <module-list> ...