update VichUploaderBundle recipe

This commit is contained in:
Massimiliano Arione
2022-07-23 10:55:38 +02:00
parent f0aa0d893a
commit 968d6aa149
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,8 @@
vich_uploader:
db_driver: orm
#mappings:
# products:
# uri_prefix: /images/products
# upload_destination: '%kernel.project_dir%/public/images/products'
# namer: Vich\UploaderBundle\Naming\SmartUniqueNamer
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Vich\\UploaderBundle\\VichUploaderBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}