mrgoodbytes8667 / kernel-pack
A pack whose recipe sets up a kernel with alternate cache and log paths
Package info
github.com/mrgoodbytes8667/kernel-pack
Type:symfony-bundle
pkg:composer/mrgoodbytes8667/kernel-pack
v1.0.1
2024-05-28 17:10 UTC
Requires
- php: ^8.0
- symfony/framework-bundle: ^5.2 | ^6.0 | ^7.0
README
A pack whose recipe sets up a kernel with alternate cache and log paths
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/kernel-pack