按照Laravel中的最高ID排序?

-1 php laravel

我需要按最高ID排序帖子:/.目前,代码按最低ID对它们进行排序.

$posts->sortBy('id');
Run Code Online (Sandbox Code Playgroud)

我怎样才能做到这一点?