Simple API pagination to Masonite API package with Orator
Have a look on package wiki to see how to install and configure this package :)
This Masonite package was created to fast development of API endpoints with pagination. The concept is very simple.
Currently, when you create one Resource file, you do something like this:
Now, you can have one paginated endpoint, just changing a bit your file, to this:
And it's all done! You will get this response from your endpoint:
Have a look on package wiki to have more information about this awesome package :)


