Okay. Seems I've nailed it :-)
$group->projects()->join('users','users.id','=','projects.id')->orderBy('users.name')->get();
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community