kdion4891 / laravel-livewire-forms

A dynamic, responsive Laravel Livewire form component with realtime validation, file uploads, array fields, and more.
243 stars 54 forks source link

Integration suggestion #2

Closed tanthammar closed 4 years ago

tanthammar commented 4 years ago

Would be great if you could hook up with Brian Faust in order to use this package, to create the fields needed for his reusable livewire components. His package does not have any field views, but he has som nice reusable components.

:) https://github.com/kodekeep/livewired

tanthammar commented 4 years ago

posted on that repo: https://github.com/kodekeep/livewired/issues/1

kdion4891 commented 4 years ago

Looks interesting. I’ve also been getting into Laravel 7 view components recently as well.