Merge pull request #22 from javiereguiluz/vichuploader

This commit is contained in:
Symfony
2017-05-26 14:30:36 -07:00
committed by GitHub
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%/"
}
}