fileUploader + edit profile

This commit is contained in:
Olivier PARPAILLON
2024-11-20 10:53:29 +01:00
parent caa78c634b
commit 7091bd4094
10 changed files with 259 additions and 30 deletions

View File

@@ -20,5 +20,9 @@ services:
- '../src/Entity/'
- '../src/Kernel.php'
App\Service\FileUploader:
arguments:
$targetDirectory: '../public/upload/image/profile/'
# add more service definitions when explicit configuration is needed
# please note that last definitions always *replace* previous ones