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