1
I discovered Vagrant recently, and am using it. It is well functional, set an IP, installed apache, php and cia...
I’m accessing the projects via the host, via localhost:8080 or IP 192.168.33.0
But I want to be able to access it the same way I did on the local server, via project 1.dev, project2.dev, project3.dev, project4.dev...
How to access projects in Vagrant using Virtual Hosts?