コード例 #1
0
ファイル: TagController.php プロジェクト: sekouzed/core
 /**
  * Display a listing of the resource.
  *
  * @return Response
  */
 public function index()
 {
     return Response::json($this->posts->allTags());
 }
コード例 #2
0
ファイル: TagController.php プロジェクト: sekouzed/cabinet
 /**
  * Display a listing of the resource.
  *
  * @return Response
  */
 public function index()
 {
     return $this->posts->allTags();
 }