Magento2 Deploy Script

[Solved] Magento2 Deploy Script | Php - Code Explorer | yomemimo.com
Question : magento2 deploy script

Answered by : brave-bear-rquyl3hhf8s0

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;

Source : | Last Update : Wed, 07 Oct 20

Answers related to magento2 deploy script

Code Explorer Popular Question For Php