adonis-paginate
A provider for the Adonis framework.
This library provides an easy way to paginate with AdonisJS.
Install
npm install --save adonis-paginate
Configure
Register the provider in start/app.js
:
const providers = ... 'adonis-paginate/providers/PaginateProvider'
Example
Route
Thanks
Special thanks to the creator(s) of AdonisJS for creating such a great framework.