Snippets tagged “unique”
1 snippet uses this tag.
- How validate unique email out of the user that is updating it in Laravel?PHP
In Laravel, you can use the unique validation rule to validate that an email address is unique when a user is updating their account.