Windows 10
PHP 7.1.8
Seguindo as instruções aqui .
Quando eu corro:
vagrant up
Eu recebo:
Bringing machine 'homestead-7' up with 'virtualbox' provider... ==> homestead-7: Checking if box 'laravel/homestead' is up to date... ==> homestead-7: Fixed port collision for 80 => 8000. Now on port 2250. Vagrant found a port collision for the specified port and virtual machine. While this port was marked to be auto-corrected, the ports in the auto-correction range are all also used.
VM: homestead-7 Forwarded port: 443 => 44300
Executando status vagrant eu recebo:
Current machine states:
homestead-7 poweroff (virtualbox)
The VM is powered off. To restart the VM, simply run
vagrant up
Verificando se há algo na porta 80 usando "$ netstat -anb | findstr: 80" Não recebo nada.
Qual é a melhor maneira de solucionar isso? Qualquer ajuda seria apreciada.
Tags vagrant