framework.yaml 345 B

123456789101112131415
  1. framework:
  2. secret: '%env(APP_SECRET)%'
  3. #default_locale: en
  4. #csrf_protection: ~
  5. #http_method_override: true
  6. # uncomment this entire section to enable sessions
  7. session:
  8. # With this config, PHP's native session handling is used
  9. handler_id: ~
  10. #esi: ~
  11. #fragments: ~
  12. php_errors:
  13. log: true