コード例 #1
0
ファイル: ListController.php プロジェクト: snowix3/mylaravel
 /**
  * Display a listing of the resource.
  *
  * @return Response
  */
 public function index()
 {
     $lists = shop_reservation_jonathans::all();
     return view('list', ['lists' => $lists]);
 }