Yunus Shaikh
Yunus Shaikh

Yunus Shaikh

Follow
homebadges
Tag

Laravel

#laravel

More content

Read more stories on Hashnode


Articles with this tag

Simplifying the Open-Close Principle in PHP

Mar 24, 20236 min read 85 views

Unlock the Power of the Open-Close Principle and Take Your PHP Development Skills to the Next Level with Easy-to-Understand Examples and Tips! · The...

Simplifying the Open-Close Principle in PHP

How to get a single record from hasMany Relation in Laravel in the most efficient way.

Jan 1, 20231 min read 84 views

$users = User::query()->addSelect([ 'last_ordered_at' => Order::select("created_at") ->whereColumn('user_id', 'users.id') ...

How to get a single record from hasMany Relation in Laravel in the most efficient way.