laravel模型的創建查詢數據

Route::get('test3','PhotoController@test3'); //代碼在PhotoController public function test3(){ $res = PhotoModel::all(); dd($res);//集合 } $res = PhotoModel::find(2); dd($res);/
相關文章
相關標籤/搜索