Ordem eloqüente Laravel por ordem alfabética
$items = Item::orderBy('name')->get();
Nervous Newt
$items = Item::orderBy('name')->get();