Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialElizabeth Banach
Courses Plus Student 3,453 PointsThere is no Homestead.yaml file after running Git clone
Hi, I have been following along with these instructions to get Laravel up and running. I have cloned the Homestead Git repository into my Homestead directory. When I open up the Homestead directory, I do not see a Homestead.yaml file included. I tried to run homestead init
in the command line in that directory, but that didn't seem to work. How can I fix this?
1 Answer
Alexander Rodriguez, MD
6,642 PointsNewer versions have moved the "homestead.yaml" file.
Look in your home directory then in the ".homestead" subdirectory.
On Macintosh OS:
To move to that directory:
cd ~/.homestead
To edit with nano:
nano ~/.homestead/homestead.yaml
To edit with sublime:
sublime ~/.homestead/homestead.yaml