vildanbina/livewire-wizard

how to add separate model for each step

Closed this issue · 1 comments

as support single model what if some one try to add multiple models for examples
on first step user info on second step post info on third step category info which is three separate table each table have their own
form

You can manually configure this by overriding Step classes or using a similar approach. Initially, this package supports a single related model, but fortunately it provides an opportunity to customize everything to align with your project's requirements