Skip to main content

All Questions

Tagged with
0 votes
0 answers
214 views

Laravel: validate unique arrays on update

I know when I need to update value in database I can use unique rule like this 'name' => 'unique:phones,name,'.$request->phone_id, But how can I apply third argument to unique rule when I am ...
Tomas Cerniauskas's user avatar