Laravel this is not only a practical framework, it is also a programming style
Laravel how to update multiple id valus in table
print_r($test); exit(); Array ( [0] => 185 [1] => 216 ) $report = Test::find($test); $report->status = "A"; $report->save();
Aucun commentaire:
Enregistrer un commentaire