Installing magento 2 does not deploy the /pub/static/frontend and backend

前端 未结 5 1274
迷失自我
迷失自我 2021-01-11 13:18

I\'m having this weird error and I did not suceed to find the origin. First of all I would like to say that I succeeded to perform some installation of Magento 2 on a window

5条回答
  •  醉话见心
    2021-01-11 14:06

    An easier would be to run below command from magento root folder.

    php bin/magento setup:static-content:deploy
    

    This will feed the content perfectly in respective folders. If you have specific language then run like below.

    php bin/magento setup:static-content:deploy en_US
    php bin/magento setup:static-content:deploy en_GB
    

提交回复
热议问题