Support the ongoing development of Laravel.io →
Laravel Eloquent
Last updated 1 year ago.
0

It's a bit hacky, but it works:

Category::withCount(['translation as title' => function($query) {
    $query->select('title');
}])->orderBy('title')->get();
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Roman Dubrovin asxer Joined 10 May 2018

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.