📜  magento 中使用的命令 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:05.648000             🧑  作者: Mango

代码示例2
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