sort by descending in eloquent code example Example: eloquent model sort by ascending order $posts = Post::orderBy('id', 'DESC')->get();