Level 43
Apr 1, 2018
1
Level 1
Laravel Relationships
I have three tables users, posts, and savedposts. within the savedposts table there are two columns: user_id, post_id. How do i retrieve all the post data from the savedposts table?
Please or to participate in this conversation.