Routing
(none)
Matched route
Route Matching Logs
Path to match:
/.git/config
# | Route name | Path | Log |
---|---|---|---|
1 | accounting_document_index | /accounting_document/ | Path does not match |
2 | accounting_document_download | /accounting_document/download/{id} | Path does not match |
3 | admin_accounting_client_index | /admin/accounting_document/clients | Path does not match |
4 | admin_accounting_document_index | /admin/accounting_document/documents | Path does not match |
5 | admin_accounting_document_new | /admin/accounting_document/new | Path does not match |
6 | admin_accounting_document_delete | /admin/accounting_document/delete/{id} | Path does not match |
7 | admin_accounting_document_download | /admin/accounting_document/download/{id} | Path does not match |
8 | admin_dashboard | /admin/dashboard | Path does not match |
9 | admin_project_index | /admin/project/ | Path does not match |
10 | admin_project_new | /admin/project/new | Path does not match |
11 | admin_project_show | /admin/project/show/{project} | Path does not match |
12 | admin_project_edit | /admin/project/edit/{project} | Path does not match |
13 | admin_project_delete | /admin/project/delete/{project} | Path does not match |
14 | admin_project_ressource_index | /admin/project/{project}/ressources | Path does not match |
15 | admin_project_ressource_new | /admin/project/{project}/ressources/new/{ressourceDirectory} | Path does not match |
16 | admin_project_ressource_show | /admin/project/show/{ressource} | Path does not match |
17 | admin_project_ressource_edit | /admin/project/edit/{ressource} | Path does not match |
18 | admin_project_ressource_delete | /admin/project/{project}/delete/{ressource} | Path does not match |
19 | admin_project_resource_download | /admin/project/download/{id} | Path does not match |
20 | admin_project_directory_ressource_new | /admin/project/{project}/directory/ressources/new | Path does not match |
21 | admin_project_directory_ressource_show | /admin/project/{project}/directory/ressources/show/{ressourceDirectory} | Path does not match |
22 | admin_project_directory_ressource_delete | /admin/project/{project}/directory/ressources/delete/{ressourceDirectory} | Path does not match |
23 | admin_project_task_index | /admin/project/{project}/task/ | Path does not match |
24 | admin_project_task_new | /admin/project/{project}/task/new | Path does not match |
25 | admin_project_task_show | /admin/project/{project}/task/show/{task} | Path does not match |
26 | admin_project_task_edit | /admin/project/{project}/task/edit/{task} | Path does not match |
27 | admin_project_task_delete | /admin/project/{project}/task/delete/{task} | Path does not match |
28 | admin_project_task_validate | /admin/project/{project}/task/validate/{task} | Path does not match |
29 | admin_user_index | /admin/user/ | Path does not match |
30 | admin_user_new | /admin/user/new | Path does not match |
31 | admin_user_show | /admin/user/show/{user} | Path does not match |
32 | admin_user_edit | /admin/user/edit/{user} | Path does not match |
33 | admin_user_delete | /admin/user/delete/{user} | Path does not match |
34 | chat_index | /chat/ | Path does not match |
35 | chat_new | /chat/new | Path does not match |
36 | chat_show | /chat/{id} | Path does not match |
37 | chat_edit | /chat/{id}/edit | Path does not match |
38 | chat_delete | /chat/{id} | Path does not match |
39 | index | / | Path does not match |
40 | project_index | /project/ | Path does not match |
41 | project_show | /project/{project} | Path does not match |
42 | project_ressources_index | /project/{project}/ressources | Path does not match |
43 | project_ressources_new | /project/{project}/ressources/new/{ressourceDirectory} | Path does not match |
44 | project_ressources_delete | /project/delete/{ressource} | Path does not match |
45 | project_resource_download | /project/download/{id} | Path does not match |
46 | project_directory_ressources_new | /project/{project}/directory/ressources/new | Path does not match |
47 | project_directory_ressource_show | /project/{project}/directory/ressources/show/{ressourceDirectory} | Path does not match |
48 | project_directory_ressource_all_download | /project/{ressourceDirectory}/all-download | Path does not match |
49 | project_steps_index | /project/{project}/steps | Path does not match |
50 | project_tasks_index | /project/{project}/tasks | Path does not match |
51 | project_task_validate | /project/task/validate/{task} | Path does not match |
52 | register | /register | Path does not match |
53 | verify_email | /verify/email | Path does not match |
54 | forgot_password_request | /reset-password | Path does not match |
55 | check_email | /reset-password/check-email | Path does not match |
56 | reset_password | /reset-password/reset/{token} | Path does not match |
57 | login | /login | Path does not match |
58 | logout | /logout | Path does not match |
59 | ticket_chat | /ticket/{ticket}/chat | Path does not match |
60 | ticket | /ticket/ | Path does not match |
61 | ticket_new | /ticket/new | Path does not match |
62 | ticket_delete | /ticket/delete/{ticket} | Path does not match |
63 | ticket_show | /ticket/show/{ticket}/chat | Path does not match |
64 | user_setting | /user/setting | Path does not match |
65 | _preview_error | /_error/{code}.{_format} | Path does not match |
66 | _wdt | /_wdt/{token} | Path does not match |
67 | _profiler_home | /_profiler/ | Path does not match |
68 | _profiler_search | /_profiler/search | Path does not match |
69 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
70 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
71 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
72 | _profiler_open_file | /_profiler/open | Path does not match |
73 | _profiler | /_profiler/{token} | Path does not match |
74 | _profiler_router | /_profiler/{token}/router | Path does not match |
75 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
76 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.