I\'m using Vagrant for my environment and I\'ve got a little issue:
$vagrant up Bringing machine \'default\' up with \'virtualbox\' provider... ==> defau
work to me these are the following steps:
cd homestead
cd Homestead
del vagrantfile
rm -Rf Vagrantfile
vagrant init laravel/homestead
vagrant up