-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Hello again,
I continue using your library in my projects and now I have to validate an array of objects.
In Laravel it is done as follows.
$rules = [
'schedules' => 'required|array',
'schedules.*.name' => 'required|string|max:255',
'schedules.*.description' => 'required|string|max:1000',
];
Is there any possibility of implementing it?
Thank you.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request