Answers for "command used in magento"

1

command used in magento

php bin\magento module:status
php bin\magento module:enable module_name
php bin\magento setup:upgrade
php bin\magento deploy:mode:show   -->current mode
php bin/magento deploy:mode:set developer
php bin/magento cache:clean  -->to clean chache
php bin/magenot list
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento setup:di:compile
php bin/magento cache:flush
Posted by: Guest on June-11-2020
0

command used in magento

php bin/magento setup:static-content:deploy -f

php bin/magento setup:static-content:deploy et_EE  // For specific language deploy

php bin/magento setup:static-content:deploy ru_RU	// Russian Store View

php bin/magento setup:static-content:deploy lt_LT	// Lithuanian Store View

php bin/magento setup:static-content:deploy fi_FI	// Finnish Store View

php bin/magento setup:static-content:deploy --language en_US et_EE -f 	// Deploy multiple language

php bin/magento cache:clean
php bin/magento cache:flush

php bin/magento indexer:reindex

php bin/magento setup:upgrade
Posted by: Guest on July-07-2021

Code answers related to "command used in magento"

Browse Popular Code Answers by Language