Updated recipe of symfony/framework-bundle

This commit is contained in:
Jan Böhmer 2023-05-27 21:02:02 +02:00
parent 0ecb339fdf
commit 05b2515b3b
2 changed files with 6 additions and 5 deletions

View file

@ -2,8 +2,9 @@
framework:
secret: '%env(APP_SECRET)%'
csrf_protection: true
handle_all_throwables: true
# Must be set to true, to enable the change of HTTP methhod via _method parameter, otherwise our delete routines does not work anymore
# Must be set to true, to enable the change of HTTP method via _method parameter, otherwise our delete routines does not work anymore
# TODO: Rework delete routines to work without _method parameter as it is not recommended anymore (see https://github.com/symfony/symfony/issues/45278)
http_method_override: true