Dies funktioniert für mich in Laravel 5.3 anhand Ihres Beispiels:
Hackathon::withCount('participants')->orderBy('participants_count', 'desc')->paginate(10);
Auf diese Weise wird es bei der Abfrage geordnet und die Paginierung funktioniert gut.
Dies funktioniert für mich in Laravel 5.3 anhand Ihres Beispiels:
Hackathon::withCount('participants')->orderBy('participants_count', 'desc')->paginate(10);
Auf diese Weise wird es bei der Abfrage geordnet und die Paginierung funktioniert gut.