I have multiple Laravel sites on 1 Homestead box and I'd like to use 'vagrant share' to direct the vagrantshare address to different Laravel /public folders, depending on which site I need running at the time. Can anyone suggest a good method for doing this?
Many thanks.
+1 This would be great to have. If we could provision the vm to do it on startup it would be fantastic.
Just change the ports of your sites in the vhost file and use those ports when connecting to vagrant share cloud.
eg. vagrant share --http <portofsitefromvhost>
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community