vis / full_cache
Full cache response for L5
1.0.4
2017-04-05 12:00 UTC
This package is not auto-updated.
Last update: 2024-11-09 20:39:44 UTC
README
В composer.json добавляем в блок require
"vis/full_cache": "1.*"
Выполняем
composer update
Добавляем в app.php в массив providers
Vis\FullCache\FullCacheServiceProvider::class,
Добавляем в Kernel.php в $middlewareGroups в массив web
\Vis\FullCache\Middlewares\FullCacheMiddleware::class,
Публикуем конфиг
php artisan vendor:publish --tag=config_full_cache