aarondfrancis / fast-paginate

A fast implementation of offset/limit pagination for Laravel.
MIT License
1.21k stars 56 forks source link

Does it support Lumen? #5

Closed Dasinfomedia2 closed 2 years ago

Dasinfomedia2 commented 2 years ago

I have multiple projects running on lumen 8, it will be good if it supports Lumen as well.

aarondfrancis commented 2 years ago

I actually have no idea! I haven't used Lumen in years. If Lumen uses the Eloquent query builder then it will work.