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
How to pass the reference id for update rules. I know we can pass it by setId but how to set that as reference inside update rules. For example
'slug' => "required|string|unique:restaurateurs,slug,{$id}",
The text was updated successfully, but these errors were encountered:
How to pass the reference id for update rules. I know we can pass it by setId but how to set that as reference inside update rules. For example
'slug' => "required|string|unique:restaurateurs,slug,{$id}",
The text was updated successfully, but these errors were encountered: