search

Home  >  Q&A  >  body text

Laravel Homestead installation and configuration issues on windows

Try to install Laravel Homestead on windows, follow the documentation https://laravel.com/docs/mast...
Have completed the following steps:

1.virtualBox has been installed correctly.

2.vagrant has been installed correctly.

    D:\>vagrant --version
    Vagrant 1.8.5

3.Homestead Vagrant Box has been downloaded successfully.

    D:\>vagrant box add laravel/homestead
    ==> 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: Box download is resuming from prior download progress
        box: Progress: 100% (Rate: 524k/s, Estimated time remaining: --:--:--)
    ==> box: Successfully added box 'laravel/homestead' (v0.5.0) for 'virtualbox'!

question:

1. Where is the downloaded box file? Not found.
2. What should I do next? There's no explanation on how to do it on Windows, so I'm not sure.

过去多啦不再A梦过去多啦不再A梦2792 days ago477

reply all(1)I'll reply

  • 習慣沉默

    習慣沉默2017-05-16 16:53:45

    After the download is completed!

    1. Clone from github corresponding https://github.com/laravel/ho...

    2. Enter the directory and execute init.sh or init.bat

    3. At this time, the Homestead.yaml file in the .homestead directory will be generated in the user directory of your computer

    4. Make corresponding configuration according to what you want to buy.

    5. In the homestead folder generated by your clone, execute vagrant up to start it!

    reply
    0
  • Cancelreply