v0.0.8
- Removes the
->nestedRules()
method on the Field and - replaces it with the ability to add nested rules in the
->rules()
Method
Field::make('checkboxes')
->rules(['checkboxes.*' => 'in:optionA,optionB'])
->nestedRules()
method on the Field and->rules()
MethodField::make('checkboxes')
->rules(['checkboxes.*' => 'in:optionA,optionB'])