I have recently discovered Vagrant, and am using it. It is very functional, I defined an IP, installed apache, php and cia ...
I am accessing the projects by host, via localhost: 8080 or by IP 192.168.33.0
But I want to be able to access the same way I accessed on the local server, via project1.dev, project2.dev, project3.dev, project4.dev ...
How to access projects in Vagrant using Virtual Hosts?