GET https://dev.ryukoch.com/de/grundlagen/okome

Routing

app_basic_show Matched route

Route Parameters

Name Value
_locale
"de"
content_name
"okome"

Route Matching Logs

Path to match: /de/grundlagen/okome
# Route name Path Log
1 app_login /login/acc2fc510e9512de3147fbd29b008d89 Path does not match
2 app_logout /logout Path does not match
3 api_recipe_info.en /en/api/recipe-info/{id} Path does not match
4 api_recipe_info.de /de/api/recipe-info/{id} Path does not match
5 api_recipe_info.fr /fr/api/recipe-info/{id} Path does not match
6 api_recipe_info.it /it/api/recipe-info/{id} Path does not match
7 api_recipe_info.es /es/api/recipe-info/{id} Path does not match
8 api_add_cooked.en /en/api/cooked Path does not match
9 api_add_cooked.de /de/api/cooked Path does not match
10 api_add_cooked.fr /fr/api/cooked Path does not match
11 api_add_cooked.it /it/api/cooked Path does not match
12 api_add_cooked.es /es/api/cooked Path does not match
13 app_language_selector.en / Path does not match
14 app_home.de /de Path does not match
15 app_home.en /en Path does not match
16 app_home.fr /fr Path does not match
17 app_home.it /it Path does not match
18 app_home.es /es Path does not match
19 app_basics_index.en /en/basics/ Path does not match
20 app_basics_index.de /de/grundlagen/ Path does not match
21 app_basics_index.fr /fr/principes/ Path does not match
22 app_basics_index.it /it/basi/ Path does not match
23 app_basics_index.es /es/conceptos-basicos/ Path does not match
24 app_basic_show.en /en/basics/{content_name} Path does not match
25 app_basic_show.de /de/grundlagen/{content_name} Route matches!

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