Sorting is something which we're gonna want to do for all of our resources.
So let's take the same approach that we took to pagination metadata and build a static reusable component that we can use throughout our API.
Branch: https://github.com/GaryClarke/php-api-pro/tree/69-reusable-sorting
0 comments