Add User from CompanyRessource
hello can add or edit user owner from CompanyResource without using relation manager because i wan to use a wizard component
5 Replies
for info company hasmany users sow i can't use relationship i thing
repeater with a relationship to users?
I don’t need a repeater because I want to create just only one user the owner of the company
create a HasOne alongside the HasMany and then use a layout component? https://filamentphp.com/docs/2.x/forms/layout#saving-data-to-relationships
Thanks a lot