Form Types
There are different types of form components
Standard requires an Eloquent Model
As modal, requires an Eloquent Model
Without buttons, requires an Eloquent Model
Fields only, does not require an Eloquent Model
Headless, is not a form type, but a way to use the fields in any Livewire blade view. Does not require an Eloquent Model
Various ways to create Form Components
Single form: the artisan command, generate form
Mass generate: auto generate forms, for all models, WITH fields
Manually creating forms
Extend the TallFormComponent
TallFormComponent
Or, add the TallForm
trait
TallForm
trait
Last updated
Was this helpful?