Benjacho / belongs-to-many-field-nova

Belongs To Many field Laravel nova to represent many to many relationship in field.
MIT License
157 stars 81 forks source link

MorphedByMany Support #23

Closed bigperson closed 4 years ago

bigperson commented 4 years ago

I would like use this package for MorphedByMany field. Is it possible?

Benjacho commented 4 years ago

Could you please recreate business logic of MorphedByMany, to implement this feature

bigperson commented 4 years ago

@Benjacho I have models and resources Tag, News, Post. Tag can be attached to News and to Post, use MorphedByMany relation

See https://nova.laravel.com/docs/2.0/resources/relationships.html#morphtomany and https://laravel.com/docs/6.x/eloquent-relationships#many-to-many-polymorphic-relations

Benjacho commented 4 years ago

Hello, did you reach something?

bigperson commented 4 years ago

no... :(