vis / full_cache
Full cache response for L5
Installs: 801
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/vis/full_cache
This package is not auto-updated.
Last update: 2025-10-12 02:25:16 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