Routing
app_register
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/register
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_article | /article | Path does not match |
| 2 | app_articles_par_categorie | /articles-par-categorie/{id} | Path does not match |
| 3 | app_articles_par_categorie_vide | /articles-par-categorie-vide/{id} | Path does not match |
| 4 | app_categorie | /categorie | Path does not match |
| 5 | add_friend | /add-friend/{id} | Path does not match |
| 6 | remove_friend | /remove-friend/{id} | Path does not match |
| 7 | app_lancer_un_post | /lancerunpost | Path does not match |
| 8 | afficher_les_posts | /afficherLesPosts | Path does not match |
| 9 | app_mes_posts_vide | /mes-posts-vide | Path does not match |
| 10 | category_success | /category/success | Path does not match |
| 11 | send_message | /send-message | Path does not match |
| 12 | 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.