Closed ahmed1515 closed 3 years ago
Items::make('Options', 'options->l1')->rules([
'options.l1.*' => 'required|array|min:3',
])->onlyOnForms(),
Data format:
option->{"l1":["yes","no"]}
Change it to dot notation instead of arrows and check out this issue.
Required validation is't working.