コード例 #1
0
 public function index()
 {
     $speakers = Speaker::all();
     return $speakers;
 }