Can't install Vagrant box Laravel Homestead Can't install Vagrant box Laravel Homestead php php

Can't install Vagrant box Laravel Homestead


A. Go to .vagrant.d\tmp\ and delete the partial download file, then try again.

B. If that fails, you could attempt downloading the file manually using a browser or other tool. Once downloaded, you can import it using vagrant box add laravel/homestead path/to/virtualbox.box.

(Edited: Adds second answer from comments below.)


Try this:
rm ~/.vagrant.d/tmp/*or rm -R ~/.vagrant.d/tmp/*

Then vagrant up again.


just goto C:\Users\YourUSERNAME\ .vagrant.d\tmp

and delete all the files then again type following command

vagrant box add laravel/homestead

Thats it Enjoy......