Nathan Scherneck
Nathan Scherneck

Reputation: 396

Laravel Homestead problems (Windows 10)

I've combed through similar threads, but none are quite the same issue. I've installed Homestead a handful of times now and seem to always have some kind of issue.

So I've created a www folder on my desktop and cloned the laravel/homsetead in there. I "cd" into www/Homestead and run "bash init.sh" but it created the .homestead hidden folder containing Homestead.yaml, after.sh, and aliases file in my Windows "Users" directory. I can copy/past the files into www/Homestead, edit the Homestead.yaml file accordingly, but then I get a slew of errors when I do vagrant up. Any idea why the init shell file points to that directory and how that could be effecting things?

Upvotes: 2

Views: 438

Answers (1)

Hao Liang
Hao Liang

Reputation: 91

I resolved this by cloning laravel/homestead in my user directory and adding a /Code folder. init.sh ran fine and vagrant up worked without issue.??????

NONO,it doesn't work for me

Upvotes: 0

Related Questions