Routing
app_portfolio
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/portfolio
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | pentatrion_vite_build_proxy | /build/{path} | Path does not match |
| 3 | _profiler_vite | /_profiler/vite | 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 | app_accueil | / | Path does not match |
| 19 | app_contact_index | /api/admin/contact/ | Path does not match |
| 20 | app_contact_show | /api/admin/contact/{id} | Path does not match |
| 21 | app_contact_edit | /api/admin/contact/{id}/edit | Path does not match |
| 22 | app_contact_delete | /api/admin/contact/{id} | Path does not match |
| 23 | app_contact_api_list | /api/admin/contact/api/contacts | Path does not match |
| 24 | app_contact_api_show | /api/admin/contact/api/contact/{id} | Path does not match |
| 25 | app_contact_api_toggle_read | /api/admin/contact/api/contact/{id}/toggle-read | Path does not match |
| 26 | app_admin | /admin/{reactRouting} | Path does not match |
| 27 | security_login_verify | /security/login_verify | Path does not match |
| 28 | security_refresh_token | /security/refresh-token | Path does not match |
| 29 | security_verify_token | /security/is-token-valid | Path does not match |
| 30 | security_logout | /security/logout | Path does not match |
| 31 | security_log_login_attempt | /security/log-login-attempt | Path does not match |
| 32 | security_log_login_success | /security/log-login-success | Path does not match |
| 33 | security_log_login_failure | /security/log-login-failure | Path does not match |
| 34 | security_password_reset_request | /security/password-reset/request | Path does not match |
| 35 | security_password_reset_confirm | /security/password-reset/confirm | Path does not match |
| 36 | security_register | /security/register | Path does not match |
| 37 | security_update_profile | /security/update-profile | Path does not match |
| 38 | home | /api/dashboard | Path does not match |
| 39 | api_experiences_index | /api/experiences | Path does not match |
| 40 | api_experiences_show | /api/experiences/{id} | Path does not match |
| 41 | api_experiences_create | /api/experiences | Path does not match |
| 42 | api_experiences_update | /api/experiences/{id} | Path does not match |
| 43 | api_formations_index | /api/formations | Path does not match |
| 44 | api_formations_show | /api/formations/{id} | Path does not match |
| 45 | api_formations_create | /api/formations | Path does not match |
| 46 | api_formations_update | /api/formations/{id}/edit | Path does not match |
| 47 | api_formations_delete | /api/formations/{id}/delete | Path does not match |
| 48 | api_formations_add_certificat | /api/formations/{id}/certificats | Path does not match |
| 49 | api_certificats_delete | /api/formations/certificats/{id}/delete | Path does not match |
| 50 | app_home | /home/{reactRouting} | Path does not match |
| 51 | app_log_history_all | /api/history/logs | Path does not match |
| 52 | app_portfolio | /portfolio | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.