Laravel Retour de DB REORDER

$posts = Post::orderBy('id', 'DESC')->get(); //FOR DESCENDING ORDER
Vast Vicuña