I have a Post model with the following function: public function tags() { return $this->belongs...
Hey guys. Just wondering if there was a smarter way of using the url() reference in .css files withi...
return View::make('home')->with(array('posts' => $posts)); The above is working for me, so I...
Where in the above do you point to the column post_id as being the fk we're interested in? How would...
Am I correct in assuming I need to fix my db setup to include foreign keys?
petercoles said: Providing you have your relationship between posts and comments set up correctly,...
The Laravel portal for problem solving, knowledge sharing and community building.