Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit 3bc9b01

Browse files
authored
Update README.md
1 parent bb28153 commit 3bc9b01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ A set of Blade components to rapidly build forms with [Tailwind CSS Custom Forms
1414
* Support for [Tailwind CSS Custom Forms](https://tailwindcss-custom-forms.netlify.app) and [Bootstrap 4 Forms](https://getbootstrap.com/docs/4.0/components/forms/).
1515
* Component logic independent from Blade views, the Tailwind and Bootstrap views use the same logic.
1616
* Bind a target to a form (or a set of elements) to provide default values.
17-
* Support for [Laravel Livewire](https://laravel-livewire.com)
17+
* Support for [Laravel Livewire](https://laravel-livewire.com).
1818
* Support for Spatie's [laravel-translatable](https://github.com/spatie/laravel-translatable).
1919
* Re-populate forms with [old input](https://laravel.com/docs/master/requests#old-input).
2020
* Validation errors.
21+
* [Form method spoofing](https://laravel.com/docs/master/routing#form-method-spoofing).
2122
* Components classes and Blade views fully customizable.
2223
* Support for prefixing the components.
2324

0 commit comments

Comments
 (0)