clean-docker / Magento2

Docker Image to Magento 2 local development in Mac, Linux and Windows
https://hub.docker.com/r/rafaelcgstz/magento2/
MIT License
444 stars 251 forks source link

PHPstorm config / empty vendor folder #47

Closed perrivdb closed 6 years ago

perrivdb commented 6 years ago

I installed this Magento 2 Docker container, it runs very fast on the basic Luma theme. However, I can't make any changes to files, as the vendor folder is empty in phpstorm.

Did I setup the project incorrectly?

rafaelstz commented 6 years ago

Check you Docker-sync file, check if your vendor folder is commented, if yes use uncomment and use these commands:

./stop && docker-sync clean && ./start
perrivdb commented 6 years ago

Already noticed and therefore closed the issue. Thanks anyway!