Routing
actualite_details
Matched route
Route Parameters
Name | Value |
---|---|
id | "156" |
Route Matching Logs
Path to match:
/actulalite/details/156
# | Route name | Path | Log |
---|---|---|---|
1 | actualite_index | /dashboard/news | Path does not match |
2 | article_new | /dashboard/add | Path does not match |
3 | article_edit | /dashboard/news/{id}/edit | Path does not match |
4 | article_filter_title | /dashboard/news/filter | Path does not match |
5 | article_delete | /dashboard/news/{id} | Path does not match |
6 | index_show | / | Path does not match |
7 | actualite_show | /news | Path does not match |
8 | actualite_details | /actulalite/details/{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.