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