Hi
First you have to map the local directory with your projects to homestead virtual machine
something like this:
folders:
- map: C:\Users\Valerie\projects
to: /home/vagrant/www
then add your virtual hosts to the sites
section:
sites:
- map: sitename.app
to: /home/vagrant/www/sitename/public
Finally add to the hosts
file: 192.168.10.10 sitename.app
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community