laravel update single field

Solutions on MaxInterview for laravel update single field by the best coders in the world

showing results for - "laravel update single field"
Julián
12 Jan 2020
1User::where('id', '=', $id)->update(['name' => $request->name]);