Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | exercices_view | /les-exercices | Path does not match |
2 | _wdt | /_wdt/{token} | Path does not match |
3 | _profiler_home | /_profiler/ | Path does not match |
4 | _profiler_search | /_profiler/search | Path does not match |
5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
7 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
8 | _profiler_open_file | /_profiler/open | Path does not match |
9 | _profiler | /_profiler/{token} | Path does not match |
10 | _profiler_router | /_profiler/{token}/router | Path does not match |
11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
13 | _preview_error | /_error/{code}.{_format} | Path does not match |
14 | account | /compte | Path does not match |
15 | admin | /admin | Path does not match |
16 | administration | /administration | Path does not match |
17 | article_add | /article/creer-un-article | Path does not match |
18 | article | /article/{id} | Path does not match |
19 | article_edit | /article/editer/{id} | Path does not match |
20 | article_delete | /article/supprimer/{id} | Path does not match |
21 | article_download | /article/telecharger/{id} | Path does not match |
22 | exercice_create | /exercice/creer | Path does not match |
23 | one_exercice_view | /exercice/{id}/modifier | Path does not match |
24 | exercice_view | /exercice/{id} | Path does not match |
25 | one_exercice_schema | /exercice/{id}/schema | Path does not match |
26 | home | /accueil | Path does not match |
27 | inventory | /inventaire | Path does not match |
28 | inventory_edit | /inventaire/modifier/{id} | Path does not match |
29 | inventory_add | /inventaire/ajouter | Path does not match |
30 | materials_add | /inventaire/commun/ajouter | Path does not match |
31 | register | /inscription | Path does not match |
32 | request | /demande | Path does not match |
33 | request_add | /demande/creer | Path does not match |
34 | request_all | /demande/mes-demandes | Path does not match |
35 | request_unique | /demande/{id} | Path does not match |
36 | request_delete | /demande/mes-demandes/supprimer/{id} | Path does not match |
37 | request_end | /demande/{id}/cloturer | Path does not match |
38 | requests_admin | /demande/admin | Path does not match |
39 | seance | /seance | Path does not match |
40 | seance_create | /seance/creer | Path does not match |
41 | seance_view | /seance/voir/{id} | Path does not match |
42 | seance_delete | /seance/supprimer/{id} | Path does not match |
43 | seance_download | /seance/telecharger/{id} | Path does not match |
44 | app_login | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.