L
L
lynnikvadim2015-09-04 02:34:09
Laravel
lynnikvadim, 2015-09-04 02:34:09

How to sort alphabetically a list of categories?

I have a table with post category names.
How to sort category names alphabetically?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vyacheslav Plisko, 2015-09-04
@AmdY

Categories::orderBy('name')->get()

C
ChernovGV, 2015-09-04
@ChernovGV

order by categoryName asc

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question