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...
The Laravel portal for problem solving, knowledge sharing and community building.
The community