Answers for "aravel 8 how to order by using eloquent orm"

PHP
3

aravel 8 how to order by using eloquent orm

$posts = Post::orderBy('id', 'DESC')->get();
Posted by: Guest on August-20-2020

Browse Popular Code Answers by Language