All Notable changes to laravel-responsecache
will be documented in this file
- added usage of
RESPONSE_CACHE_LIFETIME
env var to config file
- debug headers will not be sent when
APP_DEBUG
is set to false
- Fixed an issue where the cache middleware couldn't correctly determine the currently authenticated user
- Fixed an issue where cached request were still served even if the package was disabled via the config file
- Fixed an issue where the cache header could not be set
- BaseCacheProfile has been made abstract (as it should have been all along)
- Default cachetime
- A command to flush the response cache
- Everything