crudbooster icon indicating copy to clipboard operation
crudbooster copied to clipboard

I need help to add laravel validation for Unique user_name in api generator

Open mit255 opened this issue 4 years ago • 1 comments

I want to add Unique user name validation I try required|unique:cms_users,user_name this but not working Please give me suggestion Thank you validation

mit255 avatar Aug 14 '21 12:08 mit255

It is based on the type of the validation and then provide the parameters. Here is how you can do it.

image

ImAkPatil avatar Mar 25 '22 06:03 ImAkPatil