crudbooster
crudbooster copied to clipboard
I need help to add laravel validation for Unique user_name in api generator
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

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