This repository was archived by the owner on Feb 17, 2022. It is now read-only.
Version 3.0
This version maintains the same syntax but adds a third parameter for using a custom cache store. The rest are minor improvements.
What's added?
- The
remember()method now supports a cache store as third parameter.
What's removed?
- Using the old way of setting a different cache store by interacting with the Container events.
- Laravel 7.x support.
- PHP < 8.0 support.