Routing
new_post_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "35000000-0000-0000-0000-000000000000" |
Route Matching Logs
Path to match:
/post/information/35000000-0000-0000-0000-000000000000
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | account_login | /admin-login | Path does not match |
| 2 | account_logout | /logout | Path does not match |
| 3 | account_register | /register | Path does not match |
| 4 | account_profile | /account/profile | Path does not match |
| 5 | account_password | /account/password-update | Path does not match |
| 6 | account_index | /account | Path does not match |
| 7 | make_admin | /makeadmin/{idUser} | Path does not match |
| 8 | remove_admin | /removeadmin/{idUser} | Path does not match |
| 9 | cabinet_index | /cabinet/ | Path does not match |
| 10 | cabinet_new | /cabinet/new | Path does not match |
| 11 | cabinet_show | /cabinet/{id} | Path does not match |
| 12 | cabinet_edit | /cabinet/{id}/edit | Path does not match |
| 13 | cabinet_delete | /cabinet/{id} | Path does not match |
| 14 | category_index | /category/ | Path does not match |
| 15 | category_new | /category/new | Path does not match |
| 16 | category_show | /category/{slug} | Path does not match |
| 17 | category_edit | /category/{slug}/edit | Path does not match |
| 18 | category_delete | /category/{slug} | Path does not match |
| 19 | blog_category | /category/blog/{category_name} | Path does not match |
| 20 | new_blog_category | /category/newblog/{category_name} | Path does not match |
| 21 | contact_index | /contact/ | Path does not match |
| 22 | contact_new | /contact/new | Path does not match |
| 23 | contact_show | /contact/{id} | Path does not match |
| 24 | contact_edit | /contact/{id}/edit | Path does not match |
| 25 | contact_delete | /contact/{id} | Path does not match |
| 26 | dashboard | /admin-dashboard | Path does not match |
| 27 | direction_index | /direction/ | Path does not match |
| 28 | direction_new | /direction/new | Path does not match |
| 29 | direction_show | /direction/{slug} | Path does not match |
| 30 | direction_edit | /direction/{slug}/edit | Path does not match |
| 31 | direction_delete | /direction/{slug} | Path does not match |
| 32 | file_index | /file/ | Path does not match |
| 33 | file_new | /file/new | Path does not match |
| 34 | file_show | /file/{id} | Path does not match |
| 35 | file_edit | /file/{id}/edit | Path does not match |
| 36 | file_delete | /file/{id} | Path does not match |
| 37 | front | /old | Path does not match |
| 38 | newfront | / | Path does not match |
| 39 | blog | /accueil/blog | Path does not match |
| 40 | article | /accueil/article | Path does not match |
| 41 | service | /accueil/service | Path does not match |
| 42 | prestation | /accueil/prestation | Path does not match |
| 43 | show_direction | /accueil/direction/{sigle} | Path does not match |
| 44 | new_show_direction | /accueil/newdirection/{sigle} | Path does not match |
| 45 | show_ministere | /accueil/ministere/MINISTERE | Path does not match |
| 46 | ministre | /accueil/ministreold | Path does not match |
| 47 | new_ministre | /accueil/ministre | Path does not match |
| 48 | documentheque | /accueil/documentheque | Path does not match |
| 49 | front_register | /front/register | Path does not match |
| 50 | contact | /adresse | Path does not match |
| 51 | old_ministre | /accueil/anciens-ministres | Path does not match |
| 52 | show_old_ministre | /ancien/ministre/{id} | Path does not match |
| 53 | media_index | /media/ | Path does not match |
| 54 | media_new | /media/new | Path does not match |
| 55 | media_show | /media/{id} | Path does not match |
| 56 | media_edit | /media/{id}/edit | Path does not match |
| 57 | media_delete | /media/{id} | Path does not match |
| 58 | newsletter_index | /newsletter/ | Path does not match |
| 59 | newsletter_new | /newsletter/new | Path does not match |
| 60 | newsletter_show | /newsletter/{id} | Path does not match |
| 61 | newsletter_edit | /newsletter/{id}/edit | Path does not match |
| 62 | newsletter_delete | /newsletter/{id} | Path does not match |
| 63 | app_old_ministre_index | /anciens/ministre/ | Path does not match |
| 64 | app_old_ministre_new | /anciens/ministre/new | Path does not match |
| 65 | app_old_ministre_show | /anciens/ministre/{id} | Path does not match |
| 66 | app_old_ministre_edit | /anciens/ministre/{id}/edit | Path does not match |
| 67 | app_old_ministre_delete | /anciens/ministre/{id} | Path does not match |
| 68 | plst-tp | /pls-tp | Path does not match |
| 69 | pls-tp-vih-sida | /pls-tp-vih-sida | Path does not match |
| 70 | pls-tp-paludisme | /pls-tp-paludisme | Path does not match |
| 71 | pls-tp-hepatite | /pls-tp-hepatite | Path does not match |
| 72 | pls-tp-tuberculose | /pls-tp-tuberculose | Path does not match |
| 73 | pls-tp-mst | /pls-tp-mst | Path does not match |
| 74 | pls-tp-ebook | /pls-tp-ebook | Path does not match |
| 75 | newsletter_plst | /plst-new | Path does not match |
| 76 | politique_confidentialite | /old/politique/confidentialite | Path does not match |
| 77 | app_politique_confidentialite | /politique/confidentialite | Path does not match |
| 78 | post_index | /post/ | Path does not match |
| 79 | post_new | /post/new | Path does not match |
| 80 | post_edit | /post/{id}/edit | Path does not match |
| 81 | post_delete | /post/{id} | Path does not match |
| 82 | post_show | /post/article/{id} | Path does not match |
| 83 | new_post_show | /post/information/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.