Answers for "Method orderBy does not exist."

0

Method orderBy does not exist.

You're trying to use orderBy() method on Eloquent collection.
Try to use sortByDesc() instead.
Posted by: Guest on November-12-2020

Code answers related to "Method orderBy does not exist."

Browse Popular Code Answers by Language