Posts by Yallison Gabriel Reis • 1 point
1 post
-
0
votes1
answer96
viewsQ: How to create sorting with multilevel relationships in Aravel 5.4?
I did a lot of research to find a solution, but I only found a few libraries that perform sorting with only 1 level. $anuncios = Anuncio::with(['veiculo' => function($q){ $q->orderBy('nome',…