```
✨ feat(Service/Pdf): Crée le service PDF pour les fiches de candidature 📝 feat(Controller/Join): Génère et envoie la fiche candidat PDF ```
This commit is contained in:
@@ -82,6 +82,13 @@ vich_uploader:
|
||||
inject_on_load: true
|
||||
delete_on_update: true
|
||||
delete_on_remove: true
|
||||
fiche:
|
||||
uri_prefix: /fiche_candidat
|
||||
upload_destination: '%kernel.project_dir%/public/storage/fiche_candidat'
|
||||
namer: Vich\UploaderBundle\Naming\UniqidNamer # Replaced namer
|
||||
inject_on_load: true
|
||||
delete_on_update: true
|
||||
delete_on_remove: true
|
||||
#mappings:
|
||||
# products:
|
||||
# uri_prefix: /images/products
|
||||
|
||||
Reference in New Issue
Block a user