I had that problem to. I think it had to do with the pathing which is setup for Linux/Mac.
In the Vagrantfile0, try changing line 8, from File.expand.path("~/.homestead") to File.dirname(FILE) + '/.homestead'
I think that is what I did to fix it.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community