I can’t access my Vagrant box right now, but I believe this should work:
$posts = Post::whereHas('categories', function($q)
{
$q->where('slug', '=', Input::get('category_slug'));
})->get();
I can’t access my Vagrant box right now, but I believe this should work:
$posts = Post::whereHas('categories', function($q)
{
$q->where('slug', '=', Input::get('category_slug'));
})->get();