Tutorials for eloquent
-
Course: 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 bes...
-
Course: Better Eloquent Performance
When it comes to slow Laravel applications or websites, by far the most "popular" cause is...
-
· 14 mins, 2744 words · premium
Optimizing Laravel Eloquent and DB Speed: All You Need to Know
-
September 21, 2021 · 7:58
Video: Eloquent Performance: TOP 3 Mistakes Developers Make
-
February 02, 2021 · 5:47
Video: Eloquent or Query Builder: When to Use Which?
-
· Updated Mar 2024 · 15 mins, 2807 words · premium
20+ Best Laravel Eloquent Packages
-
· 6 mins, 1195 words
How to Clone Eloquent Model: Create or Replicate
-
· Updated Jul 2023 · 5 mins, 859 words
Eloquent: Recursive hasMany Relationship with Unlimited Subcategories
-
October 13, 2021 · 10:56
Video: Eloquent Soft Deletes: Things You May Not Know
-
July 30, 2020 · 6:30
Video: What SQL Queries Are "Under" Eloquent?
-
November 14, 2021 · 5:31
Video: Improve Controller: Shorter Eloquent with When()
-
Tip: Add where statement to Many-to-Many relation
-
Package: JosephSilber/bouncer
Elegant, framework-agnostic approach to managing roles and abilities for any app using Eloquent models
-
Package: spatie/laravel-medialibrary
This package can associate all sorts of files with Eloquent models
-
Package: spatie/laravel-query-builder
Filter, sort and include eloquent relations based on a request.
-
April 17, 2020 · 5:31
Video: Laravel Queries: Group AND-OR Conditions to Avoid Errors
-
June 09, 2022 · 4:58
Video: Laravel - Split Users DB Table: Why It's (Not) Bad?
-
· Updated Aug 2022 · 2 mins, 372 words
AND-OR-AND + brackets with Eloquent
-
· 2 mins, 320 words
Eloquent create() VS Query Builder insert() Method
-
· Updated Aug 2022 · 2 mins, 306 words
Eloquent::when(): No More if-elses for Conditional Queries
-
· 2 mins, 238 words
Eloquent hasManyThrough: jumping deeper into relationships
-
· Updated Aug 2022 · 2 mins, 234 words
Eloquent date filtering: whereDate() and other methods
-
· 1 min, 146 words
Eloquent: Get the Latest Row from Relationship
-
Package: calebporzio/sushi
Eloquent's missing "array" driver. Sometimes you want to use Eloquent, but without dealing with a database.
-
Package: calebporzio/parental
Brings STI (Single Table Inheritance) capabilities to Eloquent.
-
Package: cviebrock/eloquent-sluggable
Easy creation of slugs for your Eloquent models in Laravel.
-
Package: spatie/laravel-sluggable
Generate slugs when saving Eloquent models
-
Package: staudenmeir/eloquent-has-many-deep
This extended version of HasManyThrough allows relationships with unlimited intermediate models.
-
Package: spatie/eloquent-sortable
Sortable behaviour for Eloquent models
-
Package: spatie/laravel-searchable
Pragmatically search through models and other sources