diff --git a/vich/uploader-bundle/1.5/etc/packages/vich_uploader.yaml b/vich/uploader-bundle/1.5/etc/packages/vich_uploader.yaml new file mode 100644 index 00000000..5d653724 --- /dev/null +++ b/vich/uploader-bundle/1.5/etc/packages/vich_uploader.yaml @@ -0,0 +1,7 @@ +vich_uploader: + db_driver: orm + + #mappings: + # products: + # uri_prefix: /images/products + # upload_destination: '%kernel.project_dir%/web/images/products' diff --git a/vich/uploader-bundle/1.5/manifest.json b/vich/uploader-bundle/1.5/manifest.json new file mode 100644 index 00000000..64c68880 --- /dev/null +++ b/vich/uploader-bundle/1.5/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Vich\\UploaderBundle\\VichUploaderBundle": ["all"] + }, + "copy-from-recipe": { + "etc/": "%ETC_DIR%/" + } +}