hummer2k/convarnish

使用 ConLayout 对 ESI 块进行整合的 laminas-mvc varnish 集成。

v4.0.1 2020-08-31 17:48 UTC

This package is auto-updated.

Last update: 2024-09-29 03:58:35 UTC


README

主分支: 构建状态 覆盖率状态

安装

通过 composer 安装

$ composer require hummerk2/convarnish:^4.0

在 application.config.php 中启用模块

<?php
$config = [
    'modules' => [
        'ConLayout',
        'ConVarnish', // <---
        'Application',
        '...'
    ]
];

convarnish/config/con-varnish.config.php.dist 复制到 config/autoload/con-varnish.global.php