Lessons: 2Length: 13 minutes

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

1.1 Introduction

In this Coffee Break Course, we'll take a look at Eloquent's relationships. I'll show you how to use relations and how they translate into SQL queries, and I'll also explain some of the magic that Laravel performs behind the scenes.

1.How It Works: Laravel Eloquent ORM
2 lessons, 13:10

1.1
Introduction
00:23

1.2
How It Works: Laravel Eloquent ORM
12:47


1.1 Introduction

[SOUND] Laravel's eloquent is a modern, simple, and powerful act of record ORM. One of its beloved features are relations that allow one to access related data with ease. I'm Matt Machuga and in this video, we're going to take a look at how eloquent relations work under the hood and what these abstractions help us with.

Back to the top