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