/** * Display a listing of the resource. * * @return Response */ public function index() { return Response::json($this->posts->allTags()); }
/** * Display a listing of the resource. * * @return Response */ public function index() { return $this->posts->allTags(); }