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...
elite123 said: Your code is correct, the image is relative to the stylesheet, so you need to go up...
I have: public ---css ------cms ---------main.css ---images ------cms ---------bg_dark.jpg But I hav...
It seems I just got the structure wrong. I found my answer here: http://laravel.com/docs/eloquent#on...
protected $table = 'posts'; protected $primaryKey = 'id'; $this->hasMany('Comment'); The above g...
The Laravel portal for problem solving, knowledge sharing and community building.
The community