コード例 #1
0
ファイル: FontController.php プロジェクト: pjztam/fontacular
 /**
  * Display a listing of the resource.
  *
  * @return \Illuminate\Http\Response
  */
 public function index()
 {
     return Font::all()->toJson();
 }