eventix / cache
Provides caching methods which can be easily used for caching routes.
Installs: 7 543
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: >=7.0.0
- illuminate/http: >=5.2.0
README
Open App/Http/Kernel.php
and add the following line to the $routeMiddleWare
variable:
'cache' => \Eventix\Cache\CacheMiddleware::class