1. Download the two tools visual box and vgarant, install them
2. Add homestead box to vagrant
3. Create a virtual machine configuration file
folders is the directory in the virtual machine corresponding to the actual directory of Windows
sites is the directory of the virtual machine corresponding to the site name
5. Modify hosts to the site in sites Name
6. Open vargrant up, connect the terminal to vagrant ssh
7. Browser, enter your URL: 8000 to directly access the folder you set in folders
8. Reference
http://www.sitepoint.com/quick-tip-get-homestead-vagrant-vm-running/
https://phphub.org/topics/2
The above introduces the laravel homestead windows installation, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.