aravel 8 como pedir usando o eloqüente ORM
$posts = Post::orderBy('id', 'DESC')->get();
Adventurous Alligator
$posts = Post::orderBy('id', 'DESC')->get();