Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

theUnforgiven's avatar

4.3 with Homestead, Vagrant etc

I regularly use homestead for dev, but adding a new site into my homestead.yaml file and reloading vagrant, the app on 4.3 doesn't work, anyone else experienced the same issue.

0 likes
8 replies
xingfucoder's avatar
Level 14

You need to add to your etc/hosts file and later you need run into your vagrant the following command:

    vagrant provision

To update your sites in nginx.

Hope it helps you.

1 like
xingfucoder's avatar

Don't worry, the same command made me crazy the last weekend LOL

theUnforgiven's avatar

LOL, maybe I should start making notes and pin them around my screen :)

xingfucoder's avatar

Then you may need a IoC ScreenNotes container :) to manage all the notes.

Please or to participate in this conversation.