Allow uploading images
This commit is contained in:
11
config/packages/vich_uploader.yaml
Normal file
11
config/packages/vich_uploader.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
vich_uploader:
|
||||
db_driver: orm
|
||||
|
||||
metadata:
|
||||
type: attribute
|
||||
|
||||
mappings:
|
||||
posts:
|
||||
uri_prefix: /images/posts
|
||||
upload_destination: '%kernel.project_dir%/public/images/posts'
|
||||
namer: Vich\UploaderBundle\Naming\SmartUniqueNamer
|
Reference in New Issue
Block a user