Skip to content
This repository was archived by the owner on Feb 17, 2022. It is now read-only.

Version 3.0

Choose a tag to compare

@DarkGhostHunter DarkGhostHunter released this 03 Aug 04:32
· 4 commits to stable since this release
de90bbf

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.