Relative Content

Tag Archive for phplaraveleloquenteloquent-relationship

Why is my GroupController method not pulling the posts that have group id as foreign key?

In my Laravel application I have two tables: groups and posts. In posts, I have the groups.id as a foreign key as the posts will belong to a specific group. I am getting the error Attempt to read property "title" on bool as I am trying to loop through the posts in the blade template file. I know that normally means it failed, but there is data in the posts table. How can I pull all posts that belong to their respective group?