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

FillsColumns Trait not woking #21

Open ghost opened 3 years ago

ghost commented 3 years ago

Fresh laravel 8 install with Livewire and jetstream added trait to models and forms are not created based on getColumnListing schema

Dioniggio commented 3 years ago

Hi, I'm stuck in this, Im a junior developer and I dont know how to resolve it.

I have a form livewire component, I'd added use Kdion4891\LaravelLivewireForms\Traits\FillsColumns; and use Fill Columns.

But what's next?