This repository was archived by the owner on Oct 20, 2025. It is now read-only.
0.4.0
- Form Components to rapidly build forms. It supports model binding and validation, includes default styling, and is still fully customizable! It integrates with Autosize to automatically adjust textarea height, Choices.js to make selects searchable and taggable, and Flatpickr to provide a powerful datetime picker.
- Default data passed to
<x-form>now requires theunguardedattribute when binding an Eloquent Model or Fluent instance. This is not necessary when using the new Form Components.