Поэтому я сделал vagrant box add laravel/homestead
в своем домашнем каталоге (C:\Users\User Name) и получил следующее:
==> 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: Progress: 100% (Rate: 11.3M/s, Estimated time remaining: --:--:--)
==> box: Successfully added box 'laravel/homestead' (v0.5.0) for 'virtualbox'!
Затем я в этом каталоге делаю vagrant up
и получаю следующую ошибку:
A Vagrant environment or target machine is required to run this
command. Run `vagrant init` to create a new Vagrant environment. Or,
get an ID of a target machine from `vagrant global-status` to run
this command on. A final option is to change to a directory with a
Vagrantfile and to try again.
Нужно ли делать vagrant init
? https://laravel.com/docs/5.3/homestead не упоминает об этом. Судя по моим поискам в Google, vagrant init
предназначен для создания новых коробок с нуля, а не для повторного использования загруженных вами коробок.