Requirements

1
2
3
4
5
demo:
   path:         clients/{client}
   controller:   LMS\Demo\Controller\DemoApiController::test
   requirements:
      client:    \d+

Tip

Route will be triggered only if client is of type integer

Required: No

Variants: Use symfony documentation to get more information about possible variants.