Laravel Form Components Versions Save

A set of Blade components to rapidly build forms with Tailwind CSS (v1.0 and v2.0) and Bootstrap 4/5. Supports validation, model binding, default values, translations, Laravel Livewire, includes default vendor styling and fully customizable!

3.8.0

1 year ago
  • Support for Laravel 10
  • Dropped support for PHP 8.0

3.7.0

1 year ago
  • Added support for PHP 8.2
  • Dropped support for PHP 7.4 and Laravel 8

3.6.0

2 years ago

Support for Laravel 9

3.5.1

2 years ago
  • Fix for falsy default select values (thanks @ricardoh!)
  • Fix for overriding the default_wire configuration with a @wire directive

3.5.0

2 years ago
  • Added default_wire configuration
  • Fix for overriding wire:model attribute

3.4.0

2 years ago
  • Added tailwind-forms-simple views

3.3.1

2 years ago
  • Ensure nested properties uses dot notation (thanks @marcostmunhoz!)

3.3.0

2 years ago
  • Support for PHP 8.1
  • Dropped support for Laravel 7

3.2.0

2 years ago

Select placeholder

3.1.0

2 years ago
  • Support for Date Casting
  • Support for checkboxes where the bound value is Arrayable
  • Bugfix for default 0 values
  • Bootstrap 4 validation structure fix