Initial commit
This commit is contained in:
commit
3bc898dd10
130 changed files with 25918 additions and 0 deletions
12
config/packages/vich_uploader.yaml
Normal file
12
config/packages/vich_uploader.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
vich_uploader:
|
||||
db_driver: orm
|
||||
metadata:
|
||||
type: attribute
|
||||
mappings:
|
||||
cartes:
|
||||
uri_prefix: /images/cartes
|
||||
upload_destination: '%kernel.project_dir%/public/images/cartes'
|
||||
namer: Vich\UploaderBundle\Naming\SmartUniqueNamer
|
||||
inject_on_load: false
|
||||
delete_on_update: true
|
||||
delete_on_remove: true
|
Loading…
Add table
Add a link
Reference in a new issue