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