Magento-2-Command

Here are some useful Magento 2 commands along with their functionalities

Here are some useful Magento 2 commands along with their functionalities Below useful Magento 2 commands , you’ll find the list of all important Magento 2 SSH / CLI commands that you’ll often need when working on a project. Magento 2 Module Management: Enable Module: bin/magento module:enable Vendor_Module – Enables a specific module. Disable Module: bin/magento module:disable Vendor_Module – Disables a specific module. List Modules: bin/magento module:status – Lists the status of all modules. Cache Management: Flush Cache: bin/magento cache:flush – Flushes the cache storage. Enable Cache: [...]

Read more...