hummer2k/convarnish

laminas-mvc varnish integration using ConLayout for ESI blocks.

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

This package is auto-updated.

Last update: 2024-04-29 03:01:48 UTC


README

Master: Build Status Coverage Status

Installation

Install via composer:

$ composer require hummerk2/convarnish:^4.0

Enable module in your application.config.php

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

Copy convarnish/config/con-varnish.config.php.dist to config/autoload/con-varnish.global.php