laravel get all records order by created_at code example Example: get all sort by laravel $results = Project::orderBy('name')->get();