I would like Laravel to return a list of products where the ID belongs to this array: [12,5,1,8,16] , but sort by id according to array order! *
What I have so far:
$produtos = Produto::whereIn('id', $ids)
->orderBy( adici...
asked by
05.12.2017 / 15:30