aarondfrancis / fast-paginate

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

simple fast paginate #27

Closed crissi closed 2 years ago

crissi commented 2 years ago

I cant figure out if this is RelationMixin::simpleFastPaginate is needed, seems to run fine without

aarondfrancis commented 2 years ago

This was a fantastic PR, thank you for doing all of that! 🎉

crissi commented 2 years ago

i realized I called the method: simpleFastPaginate, I meant for it to have been called fastSimplePaginate....

@aarondfrancis

aarondfrancis commented 2 years ago

ha, dangit! I didn't notice that either. We can add an alias?