eventix/cache

Provides caching methods which can be easily used for caching routes.
18,206
Install
composer require eventix/cache
Latest Version:3.0.3
PHP:>=7.0.0
License:MIT
Last Updated:Oct 9, 2020
Links: GitHub  ·  Packagist
Maintainer: Grisgruis

Installation

Open App/Http/Kernel.php and add the following line to the $routeMiddleWare variable:

'cache' => \Eventix\Cache\CacheMiddleware::class