Yunus Shaikh
Yunus Shaikh

Yunus Shaikh

Follow
Follow
homebadges
Tag

eloquent

#eloquent

More content

Read more stories on Hashnode


Articles with this tag

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

Jan 1, 20231 min read90 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.