Answers for "deploy in magento2"

1

magento2 deploy script

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;
Posted by: Guest on September-30-2020
0

deploy content magento 2

bin/magento setup:static-content:deploy -f
Posted by: Guest on December-06-2021

Browse Popular Code Answers by Language