Anyone come across this, I don't really want to be doing php artisan serve every time @JeffreyWay ?
Sep 3, 2014
8
Level 51
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.
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
Please or to participate in this conversation.