Sylius/config/packages/framework.yaml
2018-08-15 14:31:52 +02:00

13 lines
405 B
YAML

framework:
translator: { fallbacks: ["%locale%", "en"] }
secret: '%env(APP_SECRET)%'
router:
resource: "%kernel.project_dir%/app/config/routing.yml"
strict_requirements: '%kernel.debug%'
form: true
csrf_protection: true
validation: { enable_annotations: true }
templating: { engines: ["twig"] }
default_locale: "%locale%"
session:
handler_id: ~