Routing
admin_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 | /_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 | app_admin_clientsettings_apikey_list | /settings/api-keys/ | Path does not match |
| 14 | app_admin_clientsettings_apikey_remove | /settings/api-keys/{keyid}/remove | Path does not match |
| 15 | app_admin_clientsettings_logs_list | /settings/logs/ | Path does not match |
| 16 | app_admin_clientsettings_vouchergroup_list | /settings/voucher-groups/ | Path does not match |
| 17 | app_admin_clientsettings_vouchergroup_setdefault | /settings/voucher-groups/{id}/set-default | Path does not match |
| 18 | app_admin_clientsettings_vouchergroup_delete | /settings/voucher-groups/delete | Path does not match |
| 19 | app_admin_dashboard_index | / | Path does not match |
| 20 | app_admin_doc_index | /doc/ | Path does not match |
| 21 | app_admin_player_details_index | /players/{slug}/details | Path does not match |
| 22 | app_admin_player_details_encoderstatus | /players/{slug}/encoder/status | Path does not match |
| 23 | app_admin_player_details_encoderstart | /players/{slug}/encoder/start | Path does not match |
| 24 | app_admin_player_details_encoderstop | /players/{slug}/encoder/stop | Path does not match |
| 25 | app_admin_player_details_encodervodlist | /players/{slug}/encoder/vod/list | Path does not match |
| 26 | app_admin_player_details_setencodervodurl | /players/{slug}/encoder/vod/set | Path does not match |
| 27 | app_admin_player_edit_add | /players/add | Path does not match |
| 28 | app_admin_player_edit_edit | /players/{slug}/edit | Path does not match |
| 29 | app_admin_player_integration_index | /players/{slug}/integration | Path does not match |
| 30 | app_admin_player_stats_index | /players/{slug}/stats/ | Path does not match |
| 31 | app_admin_player_stats_refreshajax | /players/{slug}/stats/refresh | Path does not match |
| 32 | app_admin_player_stats_reset | /players/{slug}/stats/reset | Path does not match |
| 33 | app_admin_player_viewers_list | /players/{slug}/viewers | Path does not match |
| 34 | app_admin_player_viewers_voucherstats | /players/{slug}/voucher-{id}/view | Path does not match |
| 35 | app_admin_player_viewers_userstats | /players/{slug}/user-{id}/view | Path does not match |
| 36 | app_admin_player_viewers_viewerstats | /players/{slug}/viewer-{id}/view | Path does not match |
| 37 | app_admin_player_vouchers_list | /players/{slug}/vouchers/ | Path does not match |
| 38 | app_admin_player_list | /players/ | Path does not match |
| 39 | app_admin_player_listlives | /players/live | Path does not match |
| 40 | app_admin_player_listvod | /players/vod | Path does not match |
| 41 | app_admin_player_delete | /players/delete | Path does not match |
| 42 | app_admin_player_customizationajax | /players/{slug}/customization | Path does not match |
| 43 | app_admin_player_subtitlesajax | /players/{slug}/subtitles | Path does not match |
| 44 | app_admin_player_adminsettingsajax | /players/{slug}/admin-settings | Path does not match |
| 45 | app_admin_player_restrict | /players/restrict | Path does not match |
| 46 | app_admin_player_enablechat | /players/enable-chat | Path does not match |
| 47 | app_admin_player_chat | /players/{slug}/chat | Path does not match |
| 48 | app_admin_playergroup_integration_index | /player-groups/{slug}/integration/ | Path does not match |
| 49 | app_admin_playergroup_overview_index | /player-groups/{slug}/ | Path does not match |
| 50 | app_admin_playergroup_players_list | /player-groups/{slug}/players/ | Path does not match |
| 51 | app_admin_playergroup_viewers_list | /player-groups/{slug}/viewers/ | Path does not match |
| 52 | app_admin_playergroup_vouchers_list | /player-groups/{slug}/vouchers/ | Path does not match |
| 53 | app_admin_playergroup_list | /player-groups/ | Path does not match |
| 54 | app_admin_playergroup_delete | /player-groups/delete | Path does not match |
| 55 | app_forgot_password_request | /reset-password | Path does not match |
| 56 | app_check_email | /reset-password/check-email | Path does not match |
| 57 | app_reset_password | /reset-password/reset/{token} | Path does not match |
| 58 | admin_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.