aarondfrancis / fast-paginate

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

simpleFastPaginate() fails to set whether there are more pages or not #28

Closed j3j5 closed 2 years ago

j3j5 commented 2 years ago

As mentioned, using the new shiny simpleFastPaginate() returns a paginator which isn't aware whether there are more pages or not. Hopefully, #29 should fix this.

aarondfrancis commented 2 years ago

Fixed by #29. Thank you!