Closed regnerisch closed 3 years ago
I have a table structure like that:
conferences - id sessions - id - conference_id - speaker_id speaker - id
Is it possible to use this library to create a speakersrelation on the conference model? I do not see a hint in the documentation.
speakers
If it is possible, how can i implement something like that?
Thank you in advance!
Do you mean a native BelongsToMany relationship?
BelongsToMany
https://laravel.com/docs/8.x/eloquent-relationships#many-to-many
LOL, I did not see it, you are right, it is just a BelongsToMany, I'm sorry.
I have a table structure like that:
Is it possible to use this library to create a
speakers
relation on the conference model? I do not see a hint in the documentation.If it is possible, how can i implement something like that?
Thank you in advance!