Skip to main content

Installation

Install the package via Composer:

composer require foxws/laravel-modelcache

Optionally publish the config file:

php artisan vendor:publish --tag="modelcache-config"

Environment variables

VariableDefaultDescription
MODEL_CACHE_ENABLEDtrueToggle caching on/off globally
MODEL_CACHE_STORECACHE_STORECache store to use (any store from config/cache.php)
MODEL_CACHE_LIFETIME604800 (1 week)Default TTL in seconds