Routing
app_front_page
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/admin/dashboard/
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
| 3 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
| 4 | _wdt | /_wdt/{token} | Path does not match |
| 5 | _profiler_home | /_profiler/ | Path does not match |
| 6 | _profiler_search | /_profiler/search | Path does not match |
| 7 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 8 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 9 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | cashjournal.overview | /admin/finance/cashjournal/ | Path does not match |
| 17 | cashjournal.table.get | /admin/finance/cashjournal/journal/list | Path does not match |
| 18 | cashjournal.journal.new | /admin/finance/cashjournal/journal/create/new | Path does not match |
| 19 | cashjournal.journal.create | /admin/finance/cashjournal/journal/create | Path does not match |
| 20 | cashjournal.journal | /admin/finance/cashjournal/journal/{id} | Path does not match |
| 21 | cashjournal.journal.edit | /admin/finance/cashjournal/journal/{id}/edit | Path does not match |
| 22 | cashjournal.journal.edit.status | /admin/finance/cashjournal/journal/{id}/edit/status | Path does not match |
| 23 | cashjournal.journal.delete | /admin/finance/cashjournal/journal/{id}/delete | Path does not match |
| 24 | cashjournal.journal.entry.new | /admin/finance/cashjournal/journal/entry/new | Path does not match |
| 25 | cashjournal.journal.entry.create | /admin/finance/cashjournal/journal/entry/create | Path does not match |
| 26 | cashjournal.journal.entry.index | /admin/finance/cashjournal/journal/overview/{year}/{month} | Path does not match |
| 27 | cashjournal.journal.entry | /admin/finance/cashjournal/journal/entry/{id} | Path does not match |
| 28 | cashjournal.journal.entry.edit | /admin/finance/cashjournal/journal/entry/{id}/edit | Path does not match |
| 29 | cashjournal.journal.entry.delete | /admin/finance/cashjournal/journal/entry/{id}/delete | Path does not match |
| 30 | cashjournal.journal.export.pdf | /admin/finance/cashjournal/journal/{id}/export/pdf/{templateId} | Path does not match |
| 31 | app_charge_show_allocation_details | /admin/charge/allocation/{id}/show/detail | Path does not match |
| 32 | app_charge_allocation_payment | /admin/charge/allocation/payment | Path does not match |
| 33 | app_charge | /admin/charge | Path does not match |
| 34 | app_charge_search | /admin/charge/search/with/search/type/scope/year/month | Path does not match |
| 35 | app_charge_show_form | /admin/charges/show/form | Path does not match |
| 36 | charge_new | /admin/charge/create/new/data | Path does not match |
| 37 | charges.export.pdf | /admin/charge/export/pdf/{id}/{templateId} | Path does not match |
| 38 | app_charge.delete.charge | /admin/charge/{id}/delete | Path does not match |
| 39 | app_dashboard | /admin/dashboard/ | Path does not match |
| 40 | start.dashboard.toggle.view | /admin/dashboard/view/{show} | Path does not match |
| 41 | dashboard.get.mode | /admin/dashboard/mode | Path does not match |
| 42 | app_entreprise | /admin/entreprise | Path does not match |
| 43 | app_switch_entreprise | /admin/account/switch-entreprise/{id} | Path does not match |
| 44 | app_for_notification | /admin/notifications | Path does not match |
| 45 | app_notification_new | /admin/notifications/new/notification | Path does not match |
| 46 | app_notification_new_save | /admin/notifications/notification/new/save | Path does not match |
| 47 | app_notification_view_detail | /admin/for/notification/view/detail/{id} | Path does not match |
| 48 | app_front_page | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.