Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | 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 | admin_logs | /amministrazione/logs | Path does not match |
| 17 | admin_log_show | /amministrazione/logs/{id} | Path does not match |
| 18 | admin_logs_clean | /amministrazione/logs/clean | Path does not match |
| 19 | admin_logs_export_csv | /amministrazione/logs/export/csv | Path does not match |
| 20 | admin_settings | /amministrazione/settings | Path does not match |
| 21 | admin_settings_general | /amministrazione/settings/general | Path does not match |
| 22 | admin_settings_financial | /amministrazione/settings/financial | Path does not match |
| 23 | admin_settings_referral | /amministrazione/settings/referral | Path does not match |
| 24 | admin_settings_email | /amministrazione/settings/email | Path does not match |
| 25 | admin_settings_email_test | /amministrazione/settings/email/test | Path does not match |
| 26 | admin_settings_clear_cache | /amministrazione/settings/cache/clear | Path does not match |
| 27 | admin_settings_database_backup | /amministrazione/settings/database/backup | Path does not match |
| 28 | admin_users | /amministrazione/users | Path does not match |
| 29 | admin_user_show | /amministrazione/users/{id} | Path does not match |
| 30 | admin_user_toggle_status | /amministrazione/users/{id}/toggle-status | Path does not match |
| 31 | admin_user_toggle_admin | /amministrazione/users/{id}/toggle-admin | Path does not match |
| 32 | admin_user_delete | /amministrazione/users/{id}/delete | Path does not match |
| 33 | admin_user_send_notification | /amministrazione/users/{id}/send-notification | Path does not match |
| 34 | admin_users_export_csv | /amministrazione/users/export/csv | Path does not match |
| 35 | admin_vouchers | /amministrazione/vouchers-codes | Path does not match |
| 36 | admin_voucher_vendors | /amministrazione/vouchers-codes/vendors | Path does not match |
| 37 | admin_voucher_vendor_create | /amministrazione/vouchers-codes/vendors/create | Path does not match |
| 38 | admin_voucher_vendor_edit | /amministrazione/vouchers-codes/vendors/{id}/edit | Path does not match |
| 39 | admin_voucher_create | /amministrazione/vouchers-codes/create | Path does not match |
| 40 | admin_voucher_code_delete | /amministrazione/vouchers-codes/code/{id}/delete | Path does not match |
| 41 | admin_vouchers_export_csv | /amministrazione/vouchers-codes/export/csv | Path does not match |
| 42 | admin_wishes | /amministrazione/wishes | Path does not match |
| 43 | admin_wish_show | /amministrazione/wishes/{id} | Path does not match |
| 44 | admin_wish_review | /amministrazione/wishes/{id}/review | Path does not match |
| 45 | admin_wish_approve | /amministrazione/wishes/{id}/approve | Path does not match |
| 46 | admin_wish_reject | /amministrazione/wishes/{id}/reject | Path does not match |
| 47 | admin_wish_delete | /amministrazione/wishes/{id}/delete | Path does not match |
| 48 | admin_wish_change_status | /amministrazione/wishes/{id}/change-status | Path does not match |
| 49 | admin_wish_update_funding | /amministrazione/wishes/{id}/update-funding | Path does not match |
| 50 | admin_wishes_export_csv | /amministrazione/wishes/export/csv | Path does not match |
| 51 | admin_dashboard | /amministrazione | Path does not match |
| 52 | connect_google_start | /connect/google/start | Path does not match |
| 53 | connect_google_check | /connect/google/check | Path does not match |
| 54 | debug_google_redirect_uri | /debug/google-redirect-uri | Path does not match |
| 55 | app_index | / | Path does not match |
| 56 | app_how_it_works | /how-it-works | Path does not match |
| 57 | app_search | /search | Path does not match |
| 58 | app_notifications | /notifications | Path does not match |
| 59 | app_notifications_unread_count | /notifications/unread-count | Path does not match |
| 60 | app_notification_mark_read | /notifications/{id}/mark-read | Path does not match |
| 61 | app_notifications_mark_all_read | /notifications/mark-all-read | Path does not match |
| 62 | app_notification_delete | /notifications/{id}/delete | Path does not match |
| 63 | app_notifications_delete_read | /notifications/delete-read | Path does not match |
| 64 | app_registration_complete | /registration/complete | Path does not match |
| 65 | app_register | /register | Path does not match |
| 66 | app_verify_email | /verify-email | Path does not match |
| 67 | app_verify_email_pending | /verify-email/pending | Path does not match |
| 68 | app_resend_verification | /verify-email/resend-verification | Path does not match |
| 69 | app_verify_email_success | /verify-email/success | Path does not match |
| 70 | app_check_referral | /check-referral | Path does not match |
| 71 | 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.