You can tell that to validators:
'email' => 'unique:users,email_address,'.$user->id
Check the docs, in section ‘Forcing A Unique Rule To Ignore A Given ID’.
You can tell that to validators:
'email' => 'unique:users,email_address,'.$user->id
Check the docs, in section ‘Forcing A Unique Rule To Ignore A Given ID’.