vis/full_cache

L5的完整缓存响应

1.0.4 2017-04-05 12:00 UTC

This package is not auto-updated.

Last update: 2024-09-14 20:04: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