Routing
login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | configuration_edit | /admin/configuration/ | Path does not match |
2 | mailjet_webhook | /admin/cron/mailjet-webhook | Path does not match |
3 | cron_daily_user_cron | /admin/cron/daily-cron | Path does not match |
4 | external_service_index | /admin/external/service/ | Path does not match |
5 | external_service_index_ajax | /admin/external/service/external-service-index-ajax | Path does not match |
6 | external_service_new | /admin/external/service/new | Path does not match |
7 | external_service_show | /admin/external/service/{id} | Path does not match |
8 | external_service_edit | /admin/external/service/{id}/edit | Path does not match |
9 | external_service_delete | /admin/external/service/{id} | Path does not match |
10 | home | /admin/home | Path does not match |
11 | job_user_dayly | /admin/user/dayly-job/{id} | Path does not match |
12 | job_user_weekly | /admin/user/job_user_weekly/{id} | Path does not match |
13 | job_index | /admin/job | Path does not match |
14 | url_job_user | /admin/url_job_user | Path does not match |
15 | job_new | /admin/job/new | Path does not match |
16 | job_show | /admin/job/{id} | Path does not match |
17 | job_edit | /admin/job/{id}/edit | Path does not match |
18 | job_delete | /admin/job/{id} | Path does not match |
19 | project_tache | /admin/project/tache-externe/{id} | Path does not match |
20 | import_tache | /admin/project/import-tache | Path does not match |
21 | project_tache_show | /admin/project/tache-externe-show | Path does not match |
22 | detail_task_externe | /admin/project/detail-task-externe/{id_projet}/{id_tache} | Path does not match |
23 | project_index | /admin/project/ | Path does not match |
24 | project_index_ajax | /admin/project/project-index-ajax | Path does not match |
25 | project_non_archived | /admin/project/project-non-archived | Path does not match |
26 | project_new | /admin/project/new | Path does not match |
27 | project_show | /admin/project/{id} | Path does not match |
28 | project_edit | /admin/project/{id}/edit | Path does not match |
29 | project_delete | /admin/project/{id} | Path does not match |
30 | reminder_index | /admin/reminder/ | Path does not match |
31 | reminder_index_ajax | /admin/reminder/liste-ajax | Path does not match |
32 | reminder_new | /admin/reminder/new | Path does not match |
33 | api_reminder | /api/reminder | Path does not match |
34 | reminder_edit | /admin/reminder/{id}/edit | Path does not match |
35 | reminder_delete | /admin/reminder/{id} | Path does not match |
36 | login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.