Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.95 KB

File metadata and controls

41 lines (29 loc) · 1.95 KB
title
Routing - Symfony Certification Preparation List

Back to index

Routing

Configuration (YAML, XML, PHP & annotations)

Restrict URL parameters

Set default values to URL parameters

Generate URL parameters

Trigger redirects

Special internal routing attributes

Domain name matching

Conditional request matching

HTTP methods matching

User's locale guessing

Router debugging