Default

Magento 2.x Command short hand code

Dear developer, here’s some of the short hand command for Magento 2.x , which use mostly during development: Setup upgrade Command (if add/remove any module): php bin/magento s:up Enable All Cache: ​​​​​​php bin/magento c:e Static Content Deploy (if change in any UI file): php bin/magento s:s:d di Compile: php bin/magento s:d:c To Clean “var” folder:&hellip