mrgoodbytes8667 / kernel-pack
A pack whose recipe sets up a kernel with alternate cache and log paths
Installs: 2 626
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
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