Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 394 Bytes

routing.md

File metadata and controls

13 lines (7 loc) · 394 Bytes

Routing

Locale

Symfony is setup to set the locale based on URL paths. E.g. /ja for Japanese. If no URL path is setup then English is set as the default locale.

Setup in annotations.yaml

Routing

Annotations are used in controllers to define routes.