Ordering. To add an order by clause to a dynamic query, use the chainable orderBy() method: $query->orderBy('title', 'DESC') ...
確定! 回上一頁