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

Anthony c
Anthony c
20,907 Points

Not sure my CSS is connecting...

My css doesn't match hampton's

I'm using Laravel 5

I tried to use this:

    <link rel="stylesheet" href="<?php echo public_path(); ?>/css/foundation.css" />

no luck


UPDATE:

After a lot of googling, I still can't get my css connected to main.blade.php

I've found some suggestions, most of which have a number of steps to changing routes/public directories. Downloading packages... etc.

All I can say is I'm not very impressed with laravel... many hoops to jump through for something you can do in minutes using the MEAN stack... or seconds if you use meteor.js