Answer the question
In order to leave comments, you need to log in
How to load different related models using one field?
I have a posts table with an author_id field.
The author can be a related record from the users table as well as a related record from the groups table.
The type of the author is determined through an additional field in posts - type, with values ('user_post', 'group_post')
Is it possible in laravel to construct a query correctly in order to connect the required link by the required type?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question