Eloquent withCount with Conditions and Aliases

  Рет қаралды 12,137

Laravel Daily

Laravel Daily

Күн бұрын

Пікірлер: 26
@chidiebere
@chidiebere 2 жыл бұрын
Thank you. This is an eye opener. Not only with withCount, you have shown what it's possible with other eloquent methods for a situation like this.
@Niboros
@Niboros 2 жыл бұрын
Thank you for going the extra mile and showcasing the various posibilities how to implement such a feature, and explaining the recommendations.
@dailyd3n
@dailyd3n 2 жыл бұрын
Thanks for video. And also u can replace in relations: *_male,female "$this->hasMany(User::class)" to "$this->users()->where(....)" 🙂
@mibrahim4245
@mibrahim4245 2 жыл бұрын
Sorry but can you explain more with one example? ..
@p30mehrdad
@p30mehrdad 2 жыл бұрын
you always surprise us with a new useful tip. thank you.😊
@MorshedulArefinBD
@MorshedulArefinBD 2 жыл бұрын
Excellent Explanation
@amirulidzham
@amirulidzham 2 жыл бұрын
Splendid again. Thanks .
@ivan.silicin
@ivan.silicin 2 жыл бұрын
Thank you, just what I need.
@ekpotosammuel6868
@ekpotosammuel6868 2 жыл бұрын
Thanks for making this video
@kinanmissing
@kinanmissing 2 жыл бұрын
super surprise thank you so much solved my problem
@bhaveshverma8629
@bhaveshverma8629 2 жыл бұрын
Thank. Very good 👍👍👍👍👍👍
@hadidagher9443
@hadidagher9443 2 жыл бұрын
great video as always, what about this: users->groupBy(x) // 5 groups How to count groupBy elements?
@LaravelDaily
@LaravelDaily 2 жыл бұрын
Impossible to answer without exact example: grouping may happen with raw query, with eloquent, with collections, depending on the situation.
@AMoktar
@AMoktar 2 жыл бұрын
Thats awesome thanks
@entertaint3045
@entertaint3045 2 жыл бұрын
you r amazing.. do you have vid laravel websocket.. sory out of topic.. 😅😅
@LaravelDaily
@LaravelDaily 2 жыл бұрын
No, and that's why: twitter.com/PovilasKorop/status/1470640480593801216
@entertaint3045
@entertaint3045 2 жыл бұрын
@@LaravelDaily great.. thanks
@neerajsinghtangariya2587
@neerajsinghtangariya2587 2 жыл бұрын
🔥
@freejobsadda2018
@freejobsadda2018 Жыл бұрын
Hi sir i need code for a project i will pay u money for that
@janugameryt5893
@janugameryt5893 Жыл бұрын
sir i want simple senario please give me
@tstarfish8829
@tstarfish8829 2 жыл бұрын
I don't understand why are you adding extra words related:/column:/operator: into hasMany(...) function, when it works also without it. And it is not in the Laravel doc. like that.
@LaravelDaily
@LaravelDaily 2 жыл бұрын
PHPStorm does that for me automatically, these are hints, not the code.
@tenzinchemi1459
@tenzinchemi1459 2 жыл бұрын
Male/Female/Others
@GC_WK2
@GC_WK2 2 жыл бұрын
why female relation repeat the code? I think better return $this->users()->where('gender','female');
@LaravelDaily
@LaravelDaily 2 жыл бұрын
Also possible, yes.
@KnightYoshi
@KnightYoshi 2 жыл бұрын
I'd call `where` off of the existing `users()` method just to prevent that duplication public function users_male(): HasMany {return $this->users()->where(...);}
Faster Eloquent: Avoid Accessors with Foreach
9:35
Laravel Daily
Рет қаралды 54 М.
Eloquent Performance: TOP 3 Mistakes Developers Make
7:59
Laravel Daily
Рет қаралды 50 М.
How to have fun with a child 🤣 Food wrap frame! #shorts
0:21
BadaBOOM!
Рет қаралды 17 МЛН
Жездуха 41-серия
36:26
Million Show
Рет қаралды 5 МЛН
The Lost World: Living Room Edition
0:46
Daniel LaBelle
Рет қаралды 27 МЛН
What Senior Devs ACTUALLY Do? (And how to become one)
7:12
Laravel Daily
Рет қаралды 6 М.
Solving one of PostgreSQL's biggest weaknesses.
17:12
Dreams of Code
Рет қаралды 226 М.
Laravel Security: Top 7 Mistakes Developers Make
11:16
Laravel Daily
Рет қаралды 88 М.
Dependency Injection, The Best Pattern
13:16
CodeAesthetic
Рет қаралды 913 М.
C++ Super Optimization: 1000X Faster
15:33
Dave's Garage
Рет қаралды 334 М.
Laravel Eloquent: Deeper Relationships with One Query
10:37
Laravel Daily
Рет қаралды 146 М.
HashMaps & Dictionaries, Explained Simply
22:44
Nic Barker
Рет қаралды 14 М.
Junior vs Senior React Folder Structure - How To Organize React Projects
16:16