Routing
app_register
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/register
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | 2fa_login | /2fa | Path does not match |
| 3 | 2fa_login_check | /2fa_check | Path does not match |
| 4 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 5 | _wdt | /_wdt/{token} | Path does not match |
| 6 | _profiler_home | /_profiler/ | Path does not match |
| 7 | _profiler_search | /_profiler/search | Path does not match |
| 8 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 9 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 10 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 11 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 12 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 13 | _profiler_open_file | /_profiler/open | Path does not match |
| 14 | _profiler | /_profiler/{token} | Path does not match |
| 15 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 16 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 17 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 18 | admin_agencies | /admin/agencies | Path does not match |
| 19 | admin_agency_new | /admin/agency/new | Path does not match |
| 20 | admin_agency_edit | /admin/agency/{id}/edit | Path does not match |
| 21 | admin_agency_delete | /admin/agency/{id}/delete | Path does not match |
| 22 | admin_clients | /admin/clients | Path does not match |
| 23 | admin_client_new | /admin/client/new | Path does not match |
| 24 | admin_client_edit | /admin/client/{id}/edit | Path does not match |
| 25 | admin_client_delete | /admin/client/{id}/delete | Path does not match |
| 26 | admin_user_verify | /admin/client/{id}/verify | Path does not match |
| 27 | admin_user_reject | /admin/client/{id}/reject | Path does not match |
| 28 | admin_gas_stations | /admin/gas-stations | Path does not match |
| 29 | admin_gas_station_new | /admin/gas-station/new | Path does not match |
| 30 | admin_gas_station_edit | /admin/gas-station/{id}/edit | Path does not match |
| 31 | admin_gas_station_delete | /admin/gas-station/{id}/delete | Path does not match |
| 32 | admin_orders | /admin/orders | Path does not match |
| 33 | admin_order_new | /admin/orders/new | Path does not match |
| 34 | admin_order_edit | /admin/orders/{id}/edit | Path does not match |
| 35 | admin_order_delete | /admin/orders/{id}/delete | Path does not match |
| 36 | admin_order_approve | /admin/orders/{id}/approve | Path does not match |
| 37 | admin_order_deliver | /admin/orders/{id}/deliver | Path does not match |
| 38 | admin_order_cancel | /admin/orders/{id}/cancel | Path does not match |
| 39 | admin_dashboard | /admin/ | Path does not match |
| 40 | admin_validation_requests | /admin/validation-requests | Path does not match |
| 41 | admin_all_users | /admin/users | Path does not match |
| 42 | admin_settings | /admin/settings | Path does not match |
| 43 | admin_settings_smtp | /admin/settings/smtp | Path does not match |
| 44 | admin_settings_templates | /admin/settings/templates | Path does not match |
| 45 | app_auth_register | /api/v1/auth/register | Path does not match |
| 46 | app_auth_login | /api/v1/auth/login | Path does not match |
| 47 | app_auth_me | /api/v1/auth/me | Path does not match |
| 48 | app_auth_refresh | /api/v1/auth/refresh | Path does not match |
| 49 | app_auth_logout | /api/v1/auth/logout | Path does not match |
| 50 | api_health | /api/v1/health | Path does not match |
| 51 | api_db_check | /api/v1/db-check | Path does not match |
| 52 | app_twofactor_setup | /api/v1/auth/2fa/setup | Path does not match |
| 53 | app_twofactor_enable | /api/v1/auth/2fa/enable | Path does not match |
| 54 | app_twofactor_verify | /api/v1/auth/2fa/verify | Path does not match |
| 55 | app_twofactor_disable | /api/v1/auth/2fa/disable | Path does not match |
| 56 | app_twofactor_regeneratebackupcodes | /api/v1/auth/2fa/regenerate-backup-codes | Path does not match |
| 57 | app_home | / | Path does not match |
| 58 | app_login | /login | Path does not match |
| 59 | app_logout | /logout | Path does not match |
| 60 | app_register | /register | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.