您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

11 行
318 B

  1. framework:
  2. router:
  3. # Configure how to generate URLs in non-HTTP contexts, such as CLI commands.
  4. # See https://symfony.com/doc/current/routing.html#generating-urls-in-commands
  5. default_uri: '%env(DEFAULT_URI)%'
  6. when@prod:
  7. framework:
  8. router:
  9. strict_requirements: null