Answers for "get where condition or order by in model laravel"

PHP
4

aravel 8 how to order by using eloquent orm

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

Code answers related to "get where condition or order by in model laravel"

Browse Popular Code Answers by Language