Learn Laravel Polymorphic Relationship step by step with example
4 years ago
Laravel Polymorphic Relationship allows a model to belong to more than one other model on a single association. There are three types of Polymorphic relationships in Laravel.
✔ One To One
✔ One To Many
✔ Many To Many
Link: