📜  magento2 部署脚本 - 任何代码示例

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

代码示例1
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento indexer:reindex
php bin/magento cache:flush

#or as a single command:
php bin/magento setup:upgrade;php bin/magento setup:di:compile;php bin/magento setup:static-content:deploy;php bin/magento indexer:reindex;php bin/magento cache:flush;