Added VichUploaderBundle recipe

This commit is contained in:
Javier Eguiluz
2017-05-14 10:37:57 +02:00
parent 12753492fd
commit 2b595ca65e
2 changed files with 15 additions and 0 deletions
@@ -0,0 +1,7 @@
vich_uploader:
db_driver: orm
# mappings:
# products:
# uri_prefix: /images/products
# upload_destination: '%kernel.project_dir%/web/images/products'
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Vich\\UploaderBundle\\VichUploaderBundle": ["all"]
},
"copy-from-recipe": {
"etc/": "%ETC_DIR%/"
}
}