Routing
app_dashboard
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_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 10 | _profiler_open_file | /_profiler/open | Path does not match |
| 11 | _profiler | /_profiler/{token} | Path does not match |
| 12 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 15 | app_agency_index | /agency/ | Path does not match |
| 16 | app_agency_new | /agency/nouvelle-agence | Path does not match |
| 17 | app_agency_show | /agency/{id} | Path does not match |
| 18 | app_agency_edit | /agency/{id}/edit | Path does not match |
| 19 | app_agency_delete | /agency/{id} | Path does not match |
| 20 | app_agency_fee_index | /frais/liste | Path does not match |
| 21 | app_agency_fee_new | /frais/nouveau | Path does not match |
| 22 | app_agency_fee_show | /frais/{id} | Path does not match |
| 23 | app_agency_fee_edit | /frais/{id}/edit | Path does not match |
| 24 | app_agency_fee_delete | /frais/{id} | Path does not match |
| 25 | app_agency_solde_index | /solde/liste | Path does not match |
| 26 | app_agency_balance | /solde/solde-agence | Path does not match |
| 27 | app_agency_solde_new | /solde/nouveau | Path does not match |
| 28 | app_agency_solde_show | /solde/{id} | Path does not match |
| 29 | app_agency_solde_edit | /solde/{id}/edit | Path does not match |
| 30 | app_agency_solde_delete | /solde/{id} | Path does not match |
| 31 | payment_commission | /solde/{id}/payment-commission | Path does not match |
| 32 | api_transaction_all | /api/v1/transactions | Path does not match |
| 33 | api_transaction_status | /api/v1/transaction/status/{code} | Path does not match |
| 34 | api_transaction_cashout | /api/v1/transaction/cashout/{code} | Path does not match |
| 35 | api_security_transaction_login | /api/v1/security/login | Path does not match |
| 36 | app_category_index | /rubrique/ | Path does not match |
| 37 | category_details | /rubrique/{Slug} | Path does not match |
| 38 | app_category_new | /rubrique/categorie/nouvelle-categorie | Path does not match |
| 39 | app_category_show | /rubrique/{id}/details | Path does not match |
| 40 | app_category_edit | /rubrique/{id}/edit | Path does not match |
| 41 | app_category_delete | /rubrique/{id} | Path does not match |
| 42 | app_commission | /commission | Path does not match |
| 43 | app_contact_index | /contact | Path does not match |
| 44 | app_contact_new | /contact-us | Path does not match |
| 45 | app_contact_show | /contact/{id} | Path does not match |
| 46 | app_contact_edit | /contact/{id}/edit | Path does not match |
| 47 | app_contact_delete | /contact/{id} | Path does not match |
| 48 | app_currency_index | /currency/ | Path does not match |
| 49 | app_currency_new | /currency/new | Path does not match |
| 50 | app_currency_show | /currency/{id} | Path does not match |
| 51 | app_currency_edit | /currency/{id}/edit | Path does not match |
| 52 | app_currency_delete | /currency/{id} | Path does not match |
| 53 | app_currency_exchange_index | /converion/liste-conversions | Path does not match |
| 54 | app_currency_exchange_new | /converion/new | Path does not match |
| 55 | app_currency_exchange_show | /converion/{id} | Path does not match |
| 56 | app_currency_exchange_edit | /converion/{id}/edit | Path does not match |
| 57 | app_currency_exchange_delete | /converion/{id} | Path does not match |
| 58 | app_dashboard | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.