Eloquent: The Expert Level (Laravel 9)

📚
Lessons

37

📝
Words

1

🚀
Launch Date

Nov 2022

🏷️
Tag

Laravel 9

About this course

Update: we have a newer updated text-based course on this topic: Laravel 11 Eloquent: Expert Level


The no.1 topic of Laravel-related questions I get is about Eloquent.

  • How to query X?
  • What's the best structure of a relationship?
  • How to customize X in Models?
  • etc.

Eloquent questions Stackoverflow

So, in this 2-hour course, you will find many answers to these and other questions.

Also, you'll discover a lot of Eloquent "hidden gems" that you didn't know before, to perform some database operations in a shorter way.

We'll talk about Model structure, creating/selecting records, advanced relationships, and more.

So, do you want to get to the next level in your Eloquent knowledge? Join me inside the course!

Course Content

Eloquent Model Options and Settings

Creating and Updating Eloquent Records

Querying and Filtering Data Effectively

Advanced Eloquent Relations

Useful Packages to Extend Eloquent