aarondfrancis / fast-paginate

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

be available custom collection. #38

Closed santutu closed 1 year ago

santutu commented 2 years ago

fast pgi always return default collection. i have made that it can use custom collection.

https://laravel.com/docs/9.x/eloquent-collections#custom-collections

aarondfrancis commented 1 year ago

Thank you!