Laravel Livewire pagination with cache
Monday Nov 21st 2022
Marko
2 min read
This blog / site is made with Laravel and I use Livewire and Alpine.js with it. When I was coding my article listings I noticed that my pagination has stopped working after I cached some results.
So after some head scratching here is the solution.