I\'m stuck on a simple task. I just need to order results coming from this call
$results = Project::all();
Where Project is
Project
Check out the sortBy method for Eloquent: http://laravel.com/docs/eloquent
sortBy