search

Home  >  Q&A  >  body text

Laravel Homestead installation issues?

  1. I have downloaded box on this link, https://atlas.hashicorp.com/laravel/boxes/homestead/versions/0.4.2/providers/virtualbox.box

  2. Add box files to VirtualBox: vagrant box add laravel/homestead ~/Documents/gitlib/homestead.box

  3. You can see that it has been added successfully through the command: vagrant box list

        debian/wheezy64     (virtualbox, 7.9.2)
        hashicorp/precise32 (virtualbox, 0)
        hashicorp/precise64 (virtualbox, 1.1.0)
        laravel/homestead   (virtualbox, 0)
        
  4. When executing vagrant up in the cloned Homestead directory, it prompts that the box is not detected
    as follows:

Why is this?
Is there any way to solve it?

天蓬老师天蓬老师2871 days ago518

reply all(1)I'll reply

  • PHPz

    PHPz2017-05-16 16:55:51

    For the correct solution, please refer to: /q/1010000004472813

    reply
    0
  • Cancelreply