Sujal Tamrakar
Relationship Repeater in EditRecord saves before beforeSave?
Will ->mutateRelationshipDataBeforeSaveUsing work for you ?
https://filamentphp.com/docs/3.x/forms/fields/repeater#mutating-related-item-data-before-saving
5 replies
Select Component
You can use afterStateUpdated method on Select.
https://filamentphp.com/docs/3.x/forms/advanced#field-updates
4 replies
How to create multiple relationships with other tables?
I think you're searching for Repeater ?
https://filamentphp.com/docs/3.x/forms/fields/repeater#integrating-with-an-eloquent-relationship
5 replies
How do I create a relation manager for a pivot table
I think you can use repeaters for this.
- Add hasMany relationship model to pivot table. In your case, Transporter model should have something like :
- Use this relationship in repeater
3 replies