vagrant - Laravel Homestead error on chown -
i tried install homestead when run
vagrant
at middle got error
my folder structure is
c:/hashicorp/vagrant
and homestead at
c:/homestead
i've added line on vagrantfile inside homestead:
config.vm.synced_folder ".", "/vagrant"
but still no luck.
virtual box version: 5.0 vagrant version : 1.7.3
what should make running?
Comments
Post a Comment