Try to install Laravel Homestead on windows, follow the documentation https://laravel.com/docs/mast...
Have completed the following steps:
1.virtualBox has been installed correctly.
2.vagrant has been installed correctly.
D:\>vagrant --version
Vagrant 1.8.5
3.Homestead Vagrant Box has been downloaded successfully.
D:\>vagrant box add laravel/homestead
==> box: Loading metadata for box 'laravel/homestead'
box: URL: https://atlas.hashicorp.com/laravel/homestead
==> box: Adding box 'laravel/homestead' (v0.5.0) for provider: virtualbox
box: Downloading: https://atlas.hashicorp.com/laravel/boxes/homestead/versions/0.5.0/providers/virtualbox.box
==> box: Box download is resuming from prior download progress
box: Progress: 100% (Rate: 524k/s, Estimated time remaining: --:--:--)
==> box: Successfully added box 'laravel/homestead' (v0.5.0) for 'virtualbox'!
question:
1. Where is the downloaded box file? Not found.
2. What should I do next? There's no explanation on how to do it on Windows, so I'm not sure.
After the download is completed!
Clone from github corresponding https://github.com/laravel/ho...
Enter the directory and execute init.sh or init.bat
At this time, the Homestead.yaml file in the .homestead directory will be generated in the user directory of your computer
Make corresponding configuration according to what you want to buy.
In the homestead folder generated by your clone, execute vagrant up to start it!