aarondfrancis / fast-paginate

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

Add support for PHP 8.2 #44

Closed wilsenhc closed 1 year ago

ankurk91 commented 1 year ago

Looking for Laravel 10 support as well

wilsenhc commented 1 year ago

Looking for Laravel 10 support as well

@ankurk91 That could be done in a separate PR after this one gets merged

aarondfrancis commented 1 year ago

Done! Added support for Laravel 10 as well. Thank you!