Laravel Form Builder Versions Save

Laravel Form builder for version 5+!

1.52.0

1 year ago
  • laravel 10
  • label template

1.51.2

1 year ago
  • Fix deprecation message if str_replace receive a null value in FormHelper #689
  • CollectionType alterFieldValues() items indexes/keys bugfix #694

1.51.1

1 year ago
  • option_attributes for options in select, radios, checkboxes
  • Child forms in collections do alterFieldValues()
  • Number of validated collection items are restricted according to collection field config and input/data
  • Overridable FormBuilder and FormHelper classes, and more easily overridable plain Form class. See last ..._class options in config.php

1.50.0

1 year ago
  • Laravel 9 support
  • Collection items models are kept during validation and after errors (instead of everything turning into arrays)
  • Configurable help block tag (default <p>)
  • Don't validate and return disabled fields
  • Checkbox fields are forced into 1 or 0 from getFieldValues() instead of being null when unchecked

1.40.0

3 years ago

1.30.0

4 years ago

1.11.0

7 years ago

1.3.3

9 years ago