gothinkster / slim-php-realworld-example-app

Exemplary real world application built with Slim
https://realworld.io
427 stars 96 forks source link

sort by date #12

Closed X-Anonymous-Y closed 5 years ago

X-Anonymous-Y commented 5 years ago

How can I sort the comments by date? that the newest will be shown first?

i use slim as backend and vue as fontend

Thanks

alhoqbani commented 5 years ago

We use Laravel Eloquent in this project. If you're using the same, you can use orderBy/latest to sort the comments.