Can we make a "Class Level Relationship" in Laravel, as opposed to an "Object Level Relationship"? – SEO
Consider the following scenario: There are couple of entities in my Laravel application like the following: Post Page Image Video All the above entities can have CustomFieldValues, which is another entity. The structure of the custom_field_values table is as follows:…