Filament Manage Related with hasMany and hasMany with Repeater
I have 3 tables : "Process", "Units" and "UnitsItems"
The problem is that when I create a new unit, I must add 1 (or more) itemsunits that are connected to a unit, through the "repeater". A unit can be linked to 1 or many unit items. But when I try to add some unit items it has the following error.
[1]: https://i.stack.imgur.com/8MaxL.png
Full code through the link
https://stackoverflow.com/questions/77886833/filament-manage-related-with-hasmany-and-hasmany-with-repeater
UnitsRelationManager.php :
Stack Overflow
Filament Manage Related with hasMany and hasMany with Repeater
I will write my problem
I have 3 tables : "Process", "Units" and "UnitsItems"
process
id - integer
name - string
number_process - float
hasMany
...
0 Replies