I manage to install Vagrant on my Ubuntu 14.04 LTS pc. How can I install vagrant box which I downloaded manually from a URL? I want to install Laravel Homestead but it will
You can install downloaded box using this command
vagrant box add laravel/homestead path/to/your/box/file.box
Source: https://laracasts.com/forum/?p=1615-laravel-vagrant-homestead/0