Closed X-Anonymous-Y closed 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
We use Laravel Eloquent in this project. If you're using the same, you can use orderBy/latest to sort the comments.
orderBy/latest
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