GET https://dailyknowledgeserver.academy/

Routing

app_home Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /
# Route name Path Log
1 admin_dashboard /admin Path does not match
2 admin_dashboard_feedback_index /admin/feedback Path does not match
3 admin_dashboard_feedback_new /admin/feedback/new Path does not match
4 admin_dashboard_feedback_batch_delete /admin/feedback/batch-delete Path does not match
5 admin_dashboard_feedback_autocomplete /admin/feedback/autocomplete Path does not match
6 admin_dashboard_feedback_render_filters /admin/feedback/render-filters Path does not match
7 admin_dashboard_feedback_edit /admin/feedback/{entityId}/edit Path does not match
8 admin_dashboard_feedback_delete /admin/feedback/{entityId}/delete Path does not match
9 admin_dashboard_feedback_detail /admin/feedback/{entityId} Path does not match
10 admin_dashboard_knowledge_index /admin/knowledge Path does not match
11 admin_dashboard_knowledge_new /admin/knowledge/new Path does not match
12 admin_dashboard_knowledge_batch_delete /admin/knowledge/batch-delete Path does not match
13 admin_dashboard_knowledge_autocomplete /admin/knowledge/autocomplete Path does not match
14 admin_dashboard_knowledge_render_filters /admin/knowledge/render-filters Path does not match
15 admin_dashboard_knowledge_edit /admin/knowledge/{entityId}/edit Path does not match
16 admin_dashboard_knowledge_delete /admin/knowledge/{entityId}/delete Path does not match
17 admin_dashboard_knowledge_detail /admin/knowledge/{entityId} Path does not match
18 admin_dashboard_knowledge_resource_index /admin/knowledge-resource Path does not match
19 admin_dashboard_knowledge_resource_new /admin/knowledge-resource/new Path does not match
20 admin_dashboard_knowledge_resource_batch_delete /admin/knowledge-resource/batch-delete Path does not match
21 admin_dashboard_knowledge_resource_autocomplete /admin/knowledge-resource/autocomplete Path does not match
22 admin_dashboard_knowledge_resource_render_filters /admin/knowledge-resource/render-filters Path does not match
23 admin_dashboard_knowledge_resource_edit /admin/knowledge-resource/{entityId}/edit Path does not match
24 admin_dashboard_knowledge_resource_delete /admin/knowledge-resource/{entityId}/delete Path does not match
25 admin_dashboard_knowledge_resource_detail /admin/knowledge-resource/{entityId} Path does not match
26 admin_dashboard_knowledge_resource_translation_index /admin/knowledge-resource-translation Path does not match
27 admin_dashboard_knowledge_resource_translation_new /admin/knowledge-resource-translation/new Path does not match
28 admin_dashboard_knowledge_resource_translation_batch_delete /admin/knowledge-resource-translation/batch-delete Path does not match
29 admin_dashboard_knowledge_resource_translation_autocomplete /admin/knowledge-resource-translation/autocomplete Path does not match
30 admin_dashboard_knowledge_resource_translation_render_filters /admin/knowledge-resource-translation/render-filters Path does not match
31 admin_dashboard_knowledge_resource_translation_edit /admin/knowledge-resource-translation/{entityId}/edit Path does not match
32 admin_dashboard_knowledge_resource_translation_delete /admin/knowledge-resource-translation/{entityId}/delete Path does not match
33 admin_dashboard_knowledge_resource_translation_detail /admin/knowledge-resource-translation/{entityId} Path does not match
34 admin_dashboard_language_index /admin/language Path does not match
35 admin_dashboard_language_new /admin/language/new Path does not match
36 admin_dashboard_language_batch_delete /admin/language/batch-delete Path does not match
37 admin_dashboard_language_autocomplete /admin/language/autocomplete Path does not match
38 admin_dashboard_language_render_filters /admin/language/render-filters Path does not match
39 admin_dashboard_language_edit /admin/language/{entityId}/edit Path does not match
40 admin_dashboard_language_delete /admin/language/{entityId}/delete Path does not match
41 admin_dashboard_language_detail /admin/language/{entityId} Path does not match
42 admin_dashboard_user_index /admin/user Path does not match
43 admin_dashboard_user_new /admin/user/new Path does not match
44 admin_dashboard_user_batch_delete /admin/user/batch-delete Path does not match
45 admin_dashboard_user_autocomplete /admin/user/autocomplete Path does not match
46 admin_dashboard_user_render_filters /admin/user/render-filters Path does not match
47 admin_dashboard_user_edit /admin/user/{entityId}/edit Path does not match
48 admin_dashboard_user_delete /admin/user/{entityId}/delete Path does not match
49 admin_dashboard_user_detail /admin/user/{entityId} Path does not match
50 _preview_error /_error/{code}.{_format} Path does not match
51 _wdt_stylesheet /_wdt/styles Path does not match
52 _wdt /_wdt/{token} Path does not match
53 _profiler_home /_profiler/ Path does not match
54 _profiler_search /_profiler/search Path does not match
55 _profiler_search_bar /_profiler/search_bar Path does not match
56 _profiler_phpinfo /_profiler/phpinfo Path does not match
57 _profiler_xdebug /_profiler/xdebug Path does not match
58 _profiler_font /_profiler/font/{fontName}.woff2 Path does not match
59 _profiler_search_results /_profiler/{token}/search/results Path does not match
60 _profiler_open_file /_profiler/open Path does not match
61 _profiler /_profiler/{token} Path does not match
62 _profiler_router /_profiler/{token}/router Path does not match
63 _profiler_exception /_profiler/{token}/exception Path does not match
64 _profiler_exception_css /_profiler/{token}/exception.css Path does not match
65 api_register /api/register Path does not match
66 api_login /api/login Path does not match
67 api_feedback_add /api/feedback Path does not match
68 api_knowledge /api/knowledge Path does not match
69 api_me_update /api/me Path does not match
70 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.