Complete Guide to Laravel Polymorphic Relationships with Real Examples
Introduction to Laravel Polymorphic Relationship When building applications, we often encounter situation where the same type of relationship needs to be attached with multiple models. For example, you might want to allow users to add comments not just to posts, but also to images and videos. Instead of creating a separate table like post_comments, image_comments, … Read more