コード例 #1
0
 function getEvent()
 {
     $eventTable = DB::get('event')->get();
     return Response::json(['result' => $eventTable]);
 }