Dakaa
Explore posts from serversAny tips on to handle Many to Many (Polymorphic) using Filament?
Using the doc's example https://laravel.com/docs/10.x/eloquent-relationships#many-to-many-polymorphic-relations for example.
Cheers.
2 replies
Is there a Select field for saving morphToMany relationship?
using this relationship: https://laravel.com/docs/10.x/eloquent-relationships#many-to-many-polymorphic-relations
schemas defined:
models defined:
On
MagazineAdResource
, I want to attach one AdCategory
to MagazineAd
without using Relation Manager:
1 replies