This commit is contained in:
parent
f472e250eb
commit
58f68541f4
@@ -22,4 +22,5 @@ return [
|
||||
Symfony\UX\Turbo\TurboBundle::class => ['all' => true],
|
||||
DAMA\DoctrineTestBundle\DAMADoctrineTestBundle::class => ['test' => true],
|
||||
Symfony\UX\React\ReactBundle::class => ['all' => true],
|
||||
Vich\UploaderBundle\VichUploaderBundle::class => ['all' => true],
|
||||
];
|
||||
|
||||
8
config/packages/vich_uploader.yaml
Normal file
8
config/packages/vich_uploader.yaml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user