Skip to content
Advertisement

Laravel – Eloquent: get posts from user with users post table

I searched a lot but could not find any answer about it, so I hope you could help me!

I have three tables: posts, users and post_users. Post_users contains two columns: user_id and post_id.

I need to get all posts by an user with Eloquent. Any ideas?

Advertisement

Answer

Model User:

JavaScript

Model Post:

JavaScript

Try:

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement