aarondfrancis / fast-paginate

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

Laravel 11 support #60

Closed marlonbasten closed 5 months ago

marlonbasten commented 7 months ago

This package is really useful, but Laravel 11 isn't supported yet. As there are no obvious breaking changes in Laravel 11, could you update the composer.json? Thanks!

sidis405 commented 7 months ago

For the time being you can use #58 and specifically have a look at https://github.com/hammerstonedev/fast-paginate/pull/58#issuecomment-1973491067 on how to use

binaryfire commented 6 months ago

I don't think this should have been closed? The package still doesn't support Laravel 11 and this was the only open issue re: that point.

marlonbasten commented 6 months ago

I don't think this should have been closed? The package still doesn't support Laravel 11 and this was the only open issue re: that point.

@binaryfire You're right! I reopened it. I thought it would be pointless as it is abandoned, but it's worth a try!

crazynds commented 6 months ago

Unfortunately I will stop using the package due to the lack of support from the maintainer. I'm updating my laravel project and will no longer use fast paginate.

aarondfrancis commented 5 months ago

Merged! Thanks for your patience.