In the last two articles, we established a solid foundation with Laravel's MVC pattern and routing system. Now, it's time to tackle the heart of any data-driven application, the connections between your data.

Most applications don't just deal with a single type of data.

For example,


A blog can have posts that belong to users (writers or...