mrgoodbytes8667/cache-kernel-pack

A pack whose recipe sets up a caching kernel

Installs: 1 230

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

v1.0.0 2022-01-05 15:32 UTC

This package is auto-updated.

Last update: 2024-04-21 23:29:21 UTC


README

Packagist Version PHP from Packagist Symfony Version Packagist License
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