I\'m stuck on a simple task. I just need to order results coming from this call
$results = Project::all();
Where Project is
Project
Try this:
$categories = Category::all()->sortByDesc("created_at");