Added recipe for pablok/supercache-bundle

This commit is contained in:
pkowalczyk
2018-04-14 10:20:37 +02:00
parent 0727d46471
commit 16b181598a
3 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
supercache:
enabled: false

View File

@@ -0,0 +1,4 @@
supercache:
enabled: true
cache_dir: '%kernel.project_dir%/public/webcache'
cache_status_header: false

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"PabloK\\SupercacheBundle\\SupercacheBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}