I want to do an find([3,5,23]) on a model. But it seems laravel everytime is sorting the array before the command is executed.
Because no matter how my array looks... 3,5,23 or 23,5,3 or ... i everytime get the same results in same order... i want the order from my array. is that possible?
Have found information for this topic here: https://github.com/laravel/framework/issues/2327
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community