Skip to content
Advertisement

order by where in in laravel with requests

I want to make products to be ordered according to each user request as code below and here is the code

JavaScript

it return error orderby doesn’t exist on collection

Advertisement

Answer

Your orderBy() statements have to be added to the query before you run paginate:

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement