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.0.1

2 years ago

Added name attribute when element is wired

3.0.0

2 years ago

Support for Bootstrap 5 (thanks to @DionPotkamp!)

2.5.4

3 years ago
  • Bugfix for old nested data

2.5.3

3 years ago
  • Bugfix for setting radio elements as checked/default

2.5.2

3 years ago
  • Generate ID by name and value (checkbox and radio elements only)

2.5.1

3 years ago

Use the name attribute to auto-generate an ID (if not set)

2.5.0

3 years ago

Support for BelongsToMany, MorphMany, and MorphToMany relationships (select element)

2.4.0

3 years ago

Support for Livewire modifiers

2.3.0

3 years ago
  • Support for PHP 8.0
  • Dropped support for Livewire v1

2.2.0

3 years ago
  • Support for Tailwind CSS 2.0 with the Tailwind Forms plugin