eloquent

  1. phpdai

    CodeCourse — Eloquent Relationships By Example

    Eloquent is Laravel's ORM (Object Relational Mapper). In simple terms, it's how your models work with the database. The good news? There's a bunch of powerful relationship types available. Our task is to learn when and where to use each one.In this course, we'll cover each basic relationship...
  2. phpdai

    Udemy Code With Dary - Mastering Laravel 10 Query Builder, Eloquent & Relationships

    This guide covers Laravel's database configuration, Migrations, Seeders, Factories, and the Query Builder. It teaches how to use the Query Builder for CRUD operations, construct SQL queries, and build complex queries with conditional logic and dynamic filters. Additionally, it covers Eloquent...
  3. phpdai

    Laracasts — Eloquent Performance Patterns

    In this series, you'll learn how to drastically improve the performance of your Laravel applications by pushing more work to the database, all while still using the Eloquent ORM.This course is a culmination of everything I've learned along my journey, distilled into a single course. We're...