Friday, March 31, 2017

Laravel 5.4 updated syntax

Hi guys got some problem....

Call to undefined method Illuminate\Database\Query\Builder::udpate()

here's my update code...

DB::table('gpl_team')->where('id', $idteam)->udpate(['team_logo' => $logo, 'team_name' => $name, 'team_country' => $country, 'updated_at' => $updated_at]);



via ivor

Advertisement