Answers for "how to double input with one unique validation check with on in laravel"

PHP
0

unique check two clolumn in laravel validation

'data.ip' => ['required', 'unique:servers,ip,'.$this->id.',NULL,id,hostname,'.$request->input('hostname')]
Posted by: Guest on February-08-2021

Code answers related to "how to double input with one unique validation check with on in laravel"

Browse Popular Code Answers by Language