Route::get('test',function(){ $student = App\Student::find(1); $student->is_admin = true; return $student; });. But the output json showed is_admin attribute is ...
確定! 回上一頁