Skip to content

Instantly share code, notes, and snippets.

View meet263's full-sized avatar
🎯
Focusing

Meet Shah meet263

🎯
Focusing
View GitHub Profile
@meet263
meet263 / Laravel Validations Guide
Created December 30, 2020 08:51
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.