get elements order by created at desc laravel code example Example: laravel order by desc $posts = Post::orderBy('id', 'DESC')->get();