pmall said: The common way to update a model is $user = User::find($id); $user->whatever = $what...
Then it is the only way?? : User::where()->update() Seen documentation : $user = User::find(1); $...
The Laravel portal for problem solving, knowledge sharing and community building.
The community