#Json field uniqueness validation
13 messages · Page 1 of 1 (latest)
Can you please add more details or you can use Rule facade to hake the validation more dynamic
This is a json field
$table->json('title');
it will ahvae two keys title:{it:'',en:''}
and i want validation of uniqueness for each
this works for json field??
Yes but you should specify the table and column in database
so how about displaying fied for en and it?
this didnot work