Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 269 Bytes

File metadata and controls

11 lines (11 loc) · 269 Bytes
  • Path: /hello/{name}
  • Path Regex: #^/hello(?:/(?P[a-z]+))?$#s
  • Host: localhost
  • Host Regex: #^localhost$#s
  • Scheme: http|https
  • Method: GET|HEAD
  • Class: Symfony\Component\Routing\Route
  • Defaults:
    • name: Joseph
  • Requirements:
    • name: [a-z]+