Routing
(none)
Matched route
Route Matching Logs
Path to match:
/notifications/read-all
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_users | /admin/users | Path does not match |
| 2 | admin_toggle_role | /admin/users/{id}/toggle-role/{role} | Path does not match |
| 3 | admin_delete_user | /admin/users/{id}/delete | Path does not match |
| 4 | admin_offres | /admin/offres | Path does not match |
| 5 | admin_toggle_offre | /admin/offres/{id}/toggle-statut | Path does not match |
| 6 | candidat_profil | /candidat/profil | Path does not match |
| 7 | candidat_edit_profil | /candidat/profil/edit | Path does not match |
| 8 | candidat_upload_cv | /candidat/cv/upload | Path does not match |
| 9 | candidat_candidatures | /candidat/candidatures | Path does not match |
| 10 | dashboard_recruteur | /dashboard/recruteur | Path does not match |
| 11 | dashboard_admin | /dashboard/admin | Path does not match |
| 12 | app_home | / | Path does not match |
| 13 | ia_score | /ia/score/{offreId} | Path does not match |
| 14 | ia_lettre | /ia/lettre/{offreId} | Path does not match |
| 15 | ia_chatbot | /ia/chatbot | Path does not match |
| 16 | ia_chatbot_message | /ia/chatbot/message | Path does not match |
| 17 | message_index | /messages/ | Path does not match |
| 18 | message_conversation | /messages/conversation/{userId} | Path does not match |
| 19 | notification_index | /notifications/ | Path does not match |
| 20 | notification_read | /notifications/{id}/read | Path does not match |
| 21 | notification_read_all | /notifications/read-all | Path almost matches, but Method "GET" does not match any of the required methods (POST) |
| 22 | notification_unread_count | /notifications/unread-count | Path does not match |
| 23 | offre_index | /offres | Path does not match |
| 24 | offre_create | /offres/new | Path does not match |
| 25 | offre_show | /offres/{id} | Path does not match |
| 26 | offre_edit | /offres/{id}/edit | Path does not match |
| 27 | offre_delete | /offres/{id}/delete | Path does not match |
| 28 | offre_postuler | /offres/{id}/postuler | Path does not match |
| 29 | recruteur_profil | /recruteur/profil | Path does not match |
| 30 | recruteur_edit_profil | /recruteur/profil/edit | Path does not match |
| 31 | recruteur_offres | /recruteur/offres | Path does not match |
| 32 | recruteur_candidatures | /recruteur/candidatures | Path does not match |
| 33 | recruteur_candidature_show | /recruteur/candidature/{id} | Path does not match |
| 34 | recruteur_accepter_candidature | /recruteur/candidature/{id}/accepter | Path does not match |
| 35 | recruteur_changer_statut | /recruteur/candidature/{id}/statut/{statut} | Path does not match |
| 36 | app_login | /login | Path does not match |
| 37 | app_register | /register | Path does not match |
| 38 | app_logout | /logout | Path does not match |
| 39 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 40 | _wdt | /_wdt/{token} | Path does not match |
| 41 | _profiler_home | /_profiler/ | Path does not match |
| 42 | _profiler_search | /_profiler/search | Path does not match |
| 43 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 44 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 45 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 46 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 47 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 48 | _profiler_open_file | /_profiler/open | Path does not match |
| 49 | _profiler | /_profiler/{token} | Path does not match |
| 50 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 51 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 52 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.