Run vagrant
1. Homestead (cd users/lenovo/homestead)
2. vagrant up
configure homestead sites
1. open homestead.yaml
2.
folders:
- map: ~/code
to: /home/vagrant/code
3.
sites:
- map: homestead.project
to: /home/vagrant/code/project
4. vagrant reload --provision
5. Windows\System32\drivers\etc\hosts - 192.168.10.10 homestead.project
6. vagrant halt (shutdown vagrant)