for vich_uploader

This commit is contained in:
Ryan Prather 2025-01-05 05:56:34 +00:00
parent 5b3bb9f14c
commit 478cb006b4
2 changed files with 2 additions and 0 deletions

View File

@ -14,4 +14,5 @@ return [
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
Symfony\UX\StimulusBundle\StimulusBundle::class => ['all' => true],
Symfony\UX\Map\UXMapBundle::class => ['all' => true],
Vich\UploaderBundle\VichUploaderBundle::class => ['all' => true],
];

View File

@ -4,6 +4,7 @@
# Put parameters here that don't need to change on each machine where the app is deployed
# https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration
parameters:
app.path.imageName: /upload/user/profiles
services:
# default configuration for services in *this* file