I currently have the following installation problem, I am trying to install Laravel Homestead via vagrant but when I run the command from the Git Bash:
$ vagrant box add laravel/homestead
Instead of allowing me to choose the installation for virtualbox, it automatically starts downloading the vmware as shown:
$ vagrant box add laravel/homestead
==> box: Loading metadata for box 'laravel/homestead'
box: URL: https://vagrantcloud.com/laravel/homestead
==> box: Adding box 'laravel/homestead' (v6.2.0) for provider: vmware_desktop
box: Downloading: https://vagrantcloud.com/laravel/boxes/homestead/versions/6.2.0/providers/vmware_desktop.box
==> box: Box download is resuming from prior download progress
box: Progress: 0% (Rate: 499k/s, Estimated time remaining: 1:09:50)
I tried different versions of vagrant between version 2.1 and version 2.0 and both have the same behavior. I have not allowed the download to run because I assume it will not work for virtualbox,
Does anyone know how I can download laravel homestead for virtualbox? since with that command it does not work. Thank you very much.