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.
Une fois le téléchargement terminé !
Clone depuis github correspondant https://github.com/laravel/ho...
Entrez dans le répertoire et exécutez init.sh ou init.bat
À ce moment, le fichier Homestead.yaml du répertoire .homestead sera généré dans le répertoire utilisateur de votre ordinateur
Faites la configuration correspondante en fonction de ce que vous souhaitez acheter.
Dans le dossier homestead généré par votre clone, exécutez vagrant up pour le démarrer !