Refine for Laravel
A package by Hammerstone

Session Stabilization

Refine is a paid package. To purchase, head to hammerstone.dev.

The Session Stabilizer is very similar to the Cache Stabilizer in that it doesn't store the filter permanently anywhere, but rather stores it temporarily in the session.

There may be times when you need to store a filter between a few subsequent requests for a short period of time. That would be a good time to use the Session Stabilizer.