mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
added lireincore/imgcache-bundle recipe
This commit is contained in:
4
lireincore/imgcache-bundle/0.1/config/packages/lireincore_imgcache.yaml
Executable file
4
lireincore/imgcache-bundle/0.1/config/packages/lireincore_imgcache.yaml
Executable file
@@ -0,0 +1,4 @@
|
||||
lireincore_imgcache:
|
||||
driver: gd
|
||||
destdir: '%kernel.project_dir%/public/thumbs'
|
||||
webdir: '%kernel.project_dir%/public'
|
||||
8
lireincore/imgcache-bundle/0.1/manifest.json
Executable file
8
lireincore/imgcache-bundle/0.1/manifest.json
Executable file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"LireinCore\\ImgCacheBundle\\LireinCoreImgCacheBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user