Skip to content

Instantly share code, notes, and snippets.

@meet263
Created December 30, 2020 08:51
Show Gist options
  • Save meet263/1e8150391c350277d420033f621979e4 to your computer and use it in GitHub Desktop.
Save meet263/1e8150391c350277d420033f621979e4 to your computer and use it in GitHub Desktop.
Laravel Validations Guide
1. unique:contracts,name,' . $id . ' for checking unique value in db where contracts is tbl name and name is field name.
if we want to update same then we have to put id as shown for except that particular entry.
@meet263
Copy link
Author

meet263 commented Dec 30, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment