mikebronner / laravel-model-caching

Eloquent model-caching made easy.
MIT License
2.23k stars 212 forks source link

Use Paginator to resolve current page. #415

Closed spencer-leopold closed 2 years ago

spencer-leopold commented 2 years ago

This fixes pagination when using Livewire, which is currently broken due to how it sets the current page. Relates to: https://github.com/GeneaLabs/laravel-model-caching/issues/377