Have you tried using an orderBy()?
select * from texts where item_type = 'product' and texts.item_id in ('1', '2', '3', '4', '5', '6', '7', '8', '9', '10')->orderBy('item_id')
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community