implémentation formulaire, cookie
This commit is contained in:
@@ -4,6 +4,7 @@ framework:
|
||||
|
||||
# Note that the session will be started ONLY if you read or write from it.
|
||||
session: true
|
||||
trusted_headers: ['x-forwarded-for', 'x-forwarded-proto', 'x-forwarded-prefix']
|
||||
|
||||
#esi: true
|
||||
#fragments: true
|
||||
|
@@ -1,6 +1,7 @@
|
||||
twig:
|
||||
file_name_pattern: '*.twig'
|
||||
|
||||
form_themes:
|
||||
- "bootstrap_5_layout.html.twig"
|
||||
when@test:
|
||||
twig:
|
||||
strict_variables: true
|
||||
|
@@ -4,7 +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.2fa_remember_duration: 'P30D'
|
||||
services:
|
||||
# default configuration for services in *this* file
|
||||
_defaults:
|
||||
|
Reference in New Issue
Block a user