https://regimlab.org/public/news

Routing

actualite_show Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /news
# 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 Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.