You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,I use laravel validator Run into a problem
ValidatorInterface::RULE_UPDATE => [
'nickname' => 'required|unique:table,columnName,id',
]
but How to Unique Rule To Ignore table Given id?