yassilah / laravel-nova-nested-form

This package allows you to include your nested relationships' forms into a parent form.
240 stars 96 forks source link

Many to Many #31

Open ben182 opened 5 years ago

ben182 commented 5 years ago

Does this package support Many to Many Relations?

yassilah commented 5 years ago

I believe it should as long as your relationships are properly set on your models but i haven't tested it yet. Can you try and let me know if it's working?

ben182 commented 5 years ago

Hi. It is not working. Error: Call to undefined method Illuminate\Database\Eloquent\Relations\BelongsToMany::getForeignKey()

yassilah commented 5 years ago

Ok I’ll try to add support in the next release :) thanks for the feedback!

daanadriaan commented 2 years ago

@yassilah Sounds great! Any progress on this feature?