Advanced Eloquent

0
Level

Advanced

Language

Access

Paid

Certificate

Paid

Sure, you’ve learned the essentials of using Eloquent in your applications, but do you really understand what’s going on under the hood? Well, that’s specifically what we’re interested in for this series. How do all the bits and pieces fit together?

Add your review

Building the World

Before we dive into Eloquent, let’s build the world so that we may toy around. As part of the process, we’ll create some migrations, models, and seed classes.

Use the Source, Luke

Our starting point is a laughable one: Post::find(1). It’s literally the first thing you learn how to do with Eloquent. But, think about it, do you fully understand what happens behind the scenes, when you make this call?

Where the Heck is Where?

Okay, so we can do things like Post::where($args), but there’s just one problem: where exactly is that where method stored? It’s definitely not on our Model class!

The Query Builder

Okay, let’s move to a lower level, and figure out how the query builder actually constructs these SQL queries and passes them to PDO.

Eager Loading is a Beast

The reality is that there’s significant complexity to a full-featured ORM, like Eloquent. One area where this is immediately apparent is eager loading. In this episode, as best as we can, we’ll decode this process, piece by piece. How exactly does Post::with(‘comments’)->get() work underneath the hood?

User Reviews

0.0 out of 5
0
0
0
0
0
Write a review

There are no reviews yet.

Be the first to review “Advanced Eloquent”

×

    Your Email (required)

    Report this page
    LiveTalent.org
    Logo
    LiveTalent.org
    Privacy Overview

    This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.