Routing
app_home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
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 | admin_area_add | /admin/area-add | Path does not match |
| 14 | admin_area_update | /admin/area-update/{area_id} | Path does not match |
| 15 | admin_area_register | /admin/area-register | Path does not match |
| 16 | admin_city_add | /admin/city-add | Path does not match |
| 17 | admin_city_update | /admin/city-update/{city_id} | Path does not match |
| 18 | city_find_by_area | /city-find-by-area/{area_id} | Path does not match |
| 19 | customer_add | /customer-add | Path does not match |
| 20 | customer_update | /customer-update/{customer_id} | Path does not match |
| 21 | customer_register | /customer-register | Path does not match |
| 22 | customer_view | /customer-view/{customer_id} | Path does not match |
| 23 | customer_invoice_select_purchase_order | /customer-invoice-select-puchase-order | Path does not match |
| 24 | customer_invoice_add | /customer-invoice-add/{po_id} | Path does not match |
| 25 | customer_invoice_update | /customer-invoice-update/{ci_id} | Path does not match |
| 26 | customer_invoice_view | /customer-invoice-view/{ci_id} | Path does not match |
| 27 | customer_invoice_register | /customer-invoice-register | Path does not match |
| 28 | customer_invoice_print | /customer-invoice-print/{ci_id} | Path does not match |
| 29 | rh_fonction_add | /rh/fonction-add | Path does not match |
| 30 | rh_fonction_update | /rh/fonction-update/{fonction_id} | Path does not match |
| 31 | rh_fonction_register | /rh/fonction-register | Path does not match |
| 32 | fin_fund_request_activity_add | /fin/fund-request-activity-add | Path does not match |
| 33 | fin_fund_request_activity_update | /fin/fund-request-activity-update/{activity_id} | Path does not match |
| 34 | fin_fund_request_activity_register | /fin/fund-request-activity-register | Path does not match |
| 35 | fund_request_attachment_add | /fund-request-attachment-add/{fr_id} | Path does not match |
| 36 | fund_request_attachment_show | /fund-request-attachment-show/{fra_id} | Path does not match |
| 37 | fund_request_add | /fund-request-add | Path does not match |
| 38 | fund_request_update | /fund-request-update/{fund_request_id} | Path does not match |
| 39 | fund_request_view | /fund-request-view/{fund_request_id} | Path does not match |
| 40 | fin_fund_request_view | /fin/fund-request-view/{fund_request_id} | Path does not match |
| 41 | fund_request_confirm | /fund-request-confirm/{fund_request_id} | Path does not match |
| 42 | fund_request_register | /fund-request-register | Path does not match |
| 43 | fund_request_my | /fund-request-my | Path does not match |
| 44 | fund_request_validation | /fund-request-validation | Path does not match |
| 45 | fin_fund_request_register | /fin/fund-request-register | Path does not match |
| 46 | fund_request_delete_item | /fund-request-delete-item/{item_id} | Path does not match |
| 47 | fund_request_delete | /fund-request-delete/{fund_request_id} | Path does not match |
| 48 | admin_imputation_add | /admin/imputation-add | Path does not match |
| 49 | admin_imputation_update | /admin/imputation-update/{imputation_id} | Path does not match |
| 50 | admin_imputation_register | /admin/imputation-register | Path does not match |
| 51 | app_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.