Routing
app_plants_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "melisse" |
Route Matching Logs
Path to match:
/plantes/melisse
| # | 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 | app_admin | /admin | Path does not match |
| 19 | app_admin_users | /admin/utilisateurs | Path does not match |
| 20 | app_admin_user_role | /admin/utilisateurs/{id}/role | Path does not match |
| 21 | app_admin_user_delete | /admin/utilisateurs/{id}/supprimer | Path does not match |
| 22 | app_admin_posts | /admin/articles | Path does not match |
| 23 | app_admin_post_toggle | /admin/articles/{id}/toggle | Path does not match |
| 24 | app_admin_post_delete | /admin/articles/{id}/supprimer | Path does not match |
| 25 | app_admin_reports | /admin/signalements | Path does not match |
| 26 | app_admin_report_resolve | /admin/signalements/{id}/traiter | Path does not match |
| 27 | app_admin_plants | /admin/plantes | Path does not match |
| 28 | app_admin_recipes | /admin/recettes | Path does not match |
| 29 | api_dashboard | /api/v1/dashboard | Path does not match |
| 30 | app_register | /register | Path does not match |
| 31 | app_forgot_password | /mot-de-passe-oublie | Path does not match |
| 32 | app_reset_password | /reinitialiser-mot-de-passe/{token} | Path does not match |
| 33 | app_login | /login | Path does not match |
| 34 | app_logout | /logout | Path does not match |
| 35 | app_community_ckeditor_upload | /communaute/ckeditor/upload | Path does not match |
| 36 | app_community_index | /communaute | Path does not match |
| 37 | app_blog_index | /blog | Path does not match |
| 38 | app_blog_new | /blog/nouveau | Path does not match |
| 39 | app_blog_show | /blog/{slug} | Path does not match |
| 40 | app_blog_like | /blog/{slug}/like | Path does not match |
| 41 | app_blog_report | /blog/{slug}/signaler | Path does not match |
| 42 | app_forum_index | /forum | Path does not match |
| 43 | app_forum_show | /forum/{id} | Path does not match |
| 44 | app_forum_new | /forum/nouveau | Path does not match |
| 45 | app_forum_like | /forum/{id}/like | Path does not match |
| 46 | app_forum_report | /forum/{id}/signaler | Path does not match |
| 47 | app_trade_index | /troc | Path does not match |
| 48 | app_trade_show | /troc/{id} | Path does not match |
| 49 | app_trade_new | /troc/nouvelle-annonce | Path does not match |
| 50 | app_trade_close | /troc/{id}/fermer | Path does not match |
| 51 | app_dashboard | /dashboard | Path does not match |
| 52 | app_home | / | Path does not match |
| 53 | app_privacy | /confidentialite | Path does not match |
| 54 | app_legal | /mentions-legales | Path does not match |
| 55 | app_sitemap | /sitemap.xml | Path does not match |
| 56 | app_garden_show | /garden/{id} | Path does not match |
| 57 | app_garden_plan | /garden/{id}/plan | Path does not match |
| 58 | app_garden_crop_edit | /garden/{id}/crop/{cropId}/edit | Path does not match |
| 59 | app_crop_action | /garden/{id}/crop/{cropId}/action/{action} | Path does not match |
| 60 | app_garden_save_positions | /garden/{id}/plan/save-positions | Path does not match |
| 61 | app_garden_crop_add | /garden/{id}/crop/add | Path does not match |
| 62 | app_garden_plant_create_add | /garden/{id}/plant/create-and-add | Path does not match |
| 63 | app_garden_crop_remove | /garden/{id}/crop/{cropId}/remove | Path does not match |
| 64 | app_onboarding | /onboarding | Path does not match |
| 65 | app_onboarding_new | /onboarding/new | Path does not match |
| 66 | app_onboarding_import | /onboarding/import | Path does not match |
| 67 | app_notifications | /notifications | Path does not match |
| 68 | app_notification_read | /notifications/{id}/lire | Path does not match |
| 69 | app_notifications_read_all | /notifications/tout-lire | Path does not match |
| 70 | app_plants_index | /plantes | Path does not match |
| 71 | app_plants_show | /plantes/{slug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.