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 trialRobert Mylne
13,708 PointsNo projects folder
Have set-up laravel and everything is fine. 127.0.0.1:8000 is showing landing page fine. The only problem is that in my homestead folder their is no file for Projects.
---
ip: "192.168.100.10"
memory: 2048
cpus: 1
authorize: /Users/rober_000/.ssh/id_rsa.pub
keys:
- /Users/rober_000/.ssh/id_rsa
folders:
- map: /Users/rober_000/Homestead/Projects
to: /home/vagrant/Sites
sites:
- map: laravel.dev
to: /home/vagrant/Sites/laravel-basics/public
variables:
- key: APP_ENV
value: local
2 Answers
Maciej Sitko
16,164 PointsYou specified your path the wrong way, you should provide a full path ( example: C:/Users/Robert/laravel ) , provided you're using the windows system. Set it for fields; authorize, keys and map. Rest of this you should leave the way it is as it uses linux path ( homestead/vagrant is set to work on ubuntu 12 by default ).
Robert Mylne
13,708 PointsI'm using Windows 8 btw