recherche

Maison  >  Questions et réponses  >  le corps du texte

Problèmes d'installation et de configuration de Laravel Homestead sous Windows

Essayez d'installer Laravel Homestead sur Windows, en suivant la documentation https://laravel.com/docs/mast...
J'ai déjà effectué les étapes suivantes :

1.virtualBox a été installé correctement.

2.vagrant a été installé correctement.

    D:\>vagrant --version
    Vagrant 1.8.5

3.Homestead Vagrant Box a été téléchargé avec succès.

    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. Où se trouve le fichier de la boîte téléchargé ? Introuvable.
2. Que dois-je faire ensuite ? Il n'y a aucune explication sur la façon de procéder sous Windows, donc je ne suis pas sûr.

过去多啦不再A梦过去多啦不再A梦2792 Il y a quelques jours476

répondre à tous(1)je répondrai

  • 習慣沉默

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

    Une fois le téléchargement terminé !

    1. Clone depuis github correspondant https://github.com/laravel/ho...

    2. Entrez dans le répertoire et exécutez init.sh ou init.bat

    3. À ce moment, le fichier Homestead.yaml du répertoire .homestead sera généré dans le répertoire utilisateur de votre ordinateur

    4. Faites la configuration correspondante en fonction de ce que vous souhaitez acheter.

    5. Dans le dossier homestead généré par votre clone, exécutez vagrant up pour le démarrer !

    répondre
    0
  • Annulerrépondre