To copy an already downloaded box you can use "vagrant box repackage" command. The box should copy to the current location. First run "vagrant box list" to see all installed boxes and versions.
vagrant box repackage NAME PROVIDER VERSION
example:
vagrant box repackage laravel/homestead virtualbox 0.2.2
to install again
vagrant box add laravel/homestead path/to/your/box/file.box
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community