added lireincore/imgcache-bundle recipe

This commit is contained in:
lireincore
2019-03-24 22:22:09 +03:00
parent bce79fc5f0
commit c0fd91c188
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
lireincore_imgcache:
driver: gd
destdir: '%kernel.project_dir%/public/thumbs'
webdir: '%kernel.project_dir%/public'

View File

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