Routing
home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | _preview_error | /_error/{code}.{_format} | Path does not match |
2 | _wdt | /_wdt/{token} | Path does not match |
3 | _profiler_home | /_profiler/ | Path does not match |
4 | _profiler_search | /_profiler/search | Path does not match |
5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
7 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
8 | _profiler_open_file | /_profiler/open | Path does not match |
9 | _profiler | /_profiler/{token} | Path does not match |
10 | _profiler_router | /_profiler/{token}/router | Path does not match |
11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
13 | agence_index | /dashboard/agence/ | Path does not match |
14 | agence_new | /dashboard/agence/new | Path does not match |
15 | agence_edit | /dashboard/agence/{agenceId}/edit | Path does not match |
16 | agence_delete | /dashboard/agence/delete/{agenceId} | Path does not match |
17 | client_index | /dashboard/client/ | Path does not match |
18 | client_new | /dashboard/client/new | Path does not match |
19 | client_edit | /dashboard/client/{id}/edit | Path does not match |
20 | client_delete | /dashboard/client/delete/{id} | Path does not match |
21 | compte_index | /dashboard/compte/ | Path does not match |
22 | compte_details | /dashboard/compte/view/{id} | Path does not match |
23 | compte_depot | /dashboard/compte/depot/{id} | Path does not match |
24 | compte_save | /dashboard/compte/save | Path does not match |
25 | compte_retrait | /dashboard/compte/retrait/{id} | Path does not match |
26 | compte_remove | /dashboard/compte/remove | Path does not match |
27 | dashboard | /dashboard/ | Path does not match |
28 | daily_report | /dashboard/report/daily | Path does not match |
29 | weekly_report | /dashboard/report/weekly | Path does not match |
30 | monthly_report | /dashboard/report/monthly | Path does not match |
31 | report_print | /dashboard/report/print | Path does not match |
32 | print_hebdo | /dashboard/report/print_hebdo | Path does not match |
33 | print_month | /dashboard/report/print_month | Path does not match |
34 | devise_index | /dashboard/devise/ | Path does not match |
35 | devise_new | /dashboard/devise/new | Path does not match |
36 | devise_edit | /dashboard/devise/{id}/edit | Path does not match |
37 | devise_delete | /dashboard/devise/delete/{id} | Path does not match |
38 | fees_index | /dashboard/fees/ | Path does not match |
39 | fees_new | /dashboard/fees/new | Path does not match |
40 | fees_edit | /dashboard/fees/{id}/edit | Path does not match |
41 | fees_delete | /dashboard/fees/delete/{id} | Path does not match |
42 | 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.