Routing
app.login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | _wdt | /_wdt/{token} | Path does not match |
2 | _profiler_home | /_profiler/ | Path does not match |
3 | _profiler_search | /_profiler/search | Path does not match |
4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
7 | _profiler_open_file | /_profiler/open | Path does not match |
8 | _profiler | /_profiler/{token} | Path does not match |
9 | _profiler_router | /_profiler/{token}/router | Path does not match |
10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
12 | dashboard.index | / | Path does not match |
13 | dvf.extractData | /dvf/extract_data | Path does not match |
14 | dvf.upload | /dvf/upload | Path does not match |
15 | estimateur.index | /estimateur/{step} | Path does not match |
16 | estimateur.send_sms | /send-sms | Path does not match |
17 | estimateur.end | /estimateur-end | Path does not match |
18 | lead.index | /lead/ | Path does not match |
19 | lead.new | /lead/new | Path does not match |
20 | lead.checkAddress | /lead/checkAddress | Path does not match |
21 | lead.show | /lead/{id} | Path does not match |
22 | lead.info_lead | /lead/{id}/info_lead | Path does not match |
23 | lead.edit | /lead/{id}/edit | Path does not match |
24 | lead.delete | /lead/{id} | Path does not match |
25 | lead.automatisation | /lead/{id}/automatisation | Path does not match |
26 | mailling.send | /mailling/send | Path does not match |
27 | mailling.edit | /mailling/{id}/edit | Path does not match |
28 | mailling.cron_mail | /mailling/cron_send_mail | Path does not match |
29 | mailling.cron_lead_unfinish | /mailling/cron_lead_unfinish | Path does not match |
30 | mailling.cron_task | /mailling/cron_send_task | Path does not match |
31 | mailling.delete | /mailling/{id} | Path does not match |
32 | map.index | /map/ | Path does not match |
33 | map.addMarker | /map/addMarker | Path does not match |
34 | map.edit | /map/{id}/editMarker | Path does not match |
35 | map.get_all_markers | /map/get-markers | Path does not match |
36 | map.delete | /map/{id}/delete | Path does not match |
37 | note_index | /note/ | Path does not match |
38 | note.new | /note/new | Path does not match |
39 | note_show | /note/{id} | Path does not match |
40 | note.edit | /note/{id}/edit | Path does not match |
41 | note.delete | /note/{id} | Path does not match |
42 | notification.index | /notification/ | Path does not match |
43 | app.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.