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:
0 Replies