My mistake
My blade form was pointing to the wrong method.
Fixed form:
{{ Form::model($user, ['method' => 'PATCH' , 'action'=>['UsuarioController@update',$user->id]
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community