Skip to content

v0.0.8

Compare
Choose a tag to compare
@erikwittek erikwittek released this 14 Oct 12:33
· 9 commits to main since this release
  • 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'])