mrgoodbytes8667/cache-kernel-pack

A pack whose recipe sets up a caching kernel

Installs: 1 420

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

v1.0.1 2024-07-11 14:42 UTC

This package is auto-updated.

Last update: 2024-07-11 14:43:07 UTC


README

Packagist Version PHP from Packagist Symfony Versions Supported Symfony LTS Version Symfony Stable Version Symfony Dev Version Packagist License GitHub Release Workflow Status
A pack whose recipe sets up a caching kernel

Installation

Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.

Applications that use Symfony Flex

Ensure you are running symfony/flex 1.17 or greater to support serverless flex recipes

Add the mrgoodbytes8667 recipes repository to your composer.json

"extra": {
    "symfony": {
        "allow-contrib": true,
        "endpoint": "https://api.github.com/repos/mrgoodbytes8667/recipes/contents/index.json?ref=flex/main"
    }
}

Open a command console, enter your project directory and execute:

$ composer require mrgoodbytes8667/cache-kernel-pack