->orderBy('id', 'ASC'); laravel

PHP
$posts = Post::orderBy('id', 'DESC')->get();
->orderBy('id', 'DESC');
Source

Also in PHP: