gopkg
Results
2
comments of
gopkg
try this $this->validator->with($data)->setId($id)->passesOrFail(ValidatorInterface::RULE_UPDATE); In your rules 'username' => 'required|unique:users'
I have the same problem