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 trial

PHP Laravel 4 Basics Project Setup Templates and Layouts

Christopher Tracey
Christopher Tracey
8,512 Points

Where did the code come from?

At just after 2:00 in this video Hampton says he is "going to paste in some code..." which he proceeds to do. That code is then used for the rest of the video but there is no mention of where it came from. Where can I find it?

Thanks!

Edit: I found the final version of the referenced code available in the Project Files download so all is good in the hood. Maybe it was mentioned in the video somewhere an I missed it.

2 Answers

John Mercer
John Mercer
31,479 Points

In the "Templates & Layouts" lesson, click on the "Downloads" tab to download the project files. The specific code you're looking for is in $Project_Files_Dir/app/views/layouts/main.blade.php.

Pedro Dasilva
Pedro Dasilva
8,291 Points

Thanks John That's was really helpful.

Thanks John!