Releases: webfox/laravel-forms
Releases · webfox/laravel-forms
v1.7.7
v1.7.6
Add laravel 9 support
v1.7.5 Release
Add Laravel 8 support
Add extraAttributes on hidden fields
v1.7.4 Release
- Replace underscores with spaces in labels
1.7.3
Fix Laravel 7 compatibility issues
1.7.2
Laravel 7 support
v1.7.1 Release
Laravel 6 support
v1.7.0 Release - Container, Label & Field classes
We can now change the class on the Container and add classes to both fields and labels.
v1.6.0 Release
Add support for 'container' attributes. These function the same as the extra
attributes, but are applied to the containing form-group.
v1.5.0 Release
Support jsonable objects as values in extra attributes.