Comment form can now upload image

This commit is contained in:
2024-07-28 02:51:44 -04:00
parent 9cf8c5a6d6
commit 14cf8d8fb5
3 changed files with 15 additions and 3 deletions

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:
photo_dir: "%kernel.project_dir%/public/uploads/photos"
services:
# default configuration for services in *this* file