laravel get record and sortby code example Example: get all sort by laravel $results = Project::orderBy('name')->get();