Check this video out: https://www.youtube.com/watch?v=Db30bbZXSmg
Aug 6, 2016
2
Level 2
How to install & setup Laravel Homestead on windows?
I am trying installing & setup Laravel Homestead on windows 10,and I follow the documentation,https://laravel.com/docs/master/homestead and I complete these steps, as follow:
1.virtualBox has been installed successfully.
2.vagrant has been installed successfully.
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'!
Questions:
1、Where is the box file?I can not find it. 2、What should I do next?
Please or to participate in this conversation.