Repeater MorphToMany
Hi everyone!
I'm having a rough time with managing a MorphToMany relationship with a repeater. I'm currently managing permissions, roles and users.
Model/Permission.php
Model/User.php:
Model/Role.php:
Logic works fine, except the Repeater. I followed this documentation: https://filamentphp.com/docs/3.x/forms/fields/repeater#integrating-with-a-belongstomany-eloquent-relationship
and created the pivot class:
and in Model/Permission.php:
I'm having a rough time with managing a MorphToMany relationship with a repeater. I'm currently managing permissions, roles and users.
Model/Permission.php
Model/User.php:
Model/Role.php:
Logic works fine, except the Repeater. I followed this documentation: https://filamentphp.com/docs/3.x/forms/fields/repeater#integrating-with-a-belongstomany-eloquent-relationship
and created the pivot class:
and in Model/Permission.php: