https://www.symfony2.for24.ch/

Routing

app_home Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /
# Route name Path Log
1 admin /admin Path does not match
2 app_bestellung /bestellung Path does not match
3 app_bestellen /bestellen/{id} Path does not match
4 app_status /status/{id},{status} Path does not match
5 app_loeschen /loeschen/{id} Path does not match
6 app_gericht.app_bearbeiten /gericht/ Path does not match
7 app_gericht.app_anlegen /gericht/anlegen Path does not match
8 app_gericht.app_entfernen /gericht/entfernen/{id} Path does not match
9 app_gericht.app_anzeigen /gericht/anzeigen/{id} Path does not match
10 app_gericht.app_preis /gericht/preis/{id} Path does not match
11 app_home / Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.