This article is the first follow-up to my first article about Laravel’s Eloquent relations. I’ll be diving into the polymorphic relationship MorphTo, MorphOne, and MorphMany. A polymorphic relationship allows the child model to belong to more than one type of model using a single association. — Laravel docs In my…