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 trialShehan Dissanayake
19,119 PointsLaravel Homestead Folder
I don't see a folder called Projects in my Homestead folder. Except that every other step is fine. What can I do?
ip: "192.168.10.10" memory: 2048 cpus: 1 provider: virtualbox
authorize: /Users/shehan/.ssh/id_rsa.pub
keys: - /Users/shehan/.ssh/id_rsa
folders: - map: /Users/shehan/Homestead/Projects to: /home/vagrant/Sites
sites: - map: laravel.dev to: /home/vagrant/Sites/laravel-basics/public
databases: - homestead
2 Answers
Ivan Penchev
13,833 PointsIts because of the version of laravel :=) Video uses 4, while the current one is 5.
Shehan Dissanayake
19,119 PointsHow can we fix it?
Ivan Penchev
13,833 PointsWhen you require it for the project use different requirement
composer global require "laravel/homestead=~2.0"
there are detailed instructions here: https://laravel.com/docs/4.2/homestead