Routing
login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | _wdt | /_wdt/{token} | Path does not match |
2 | _profiler_home | /_profiler/ | Path does not match |
3 | _profiler_search | /_profiler/search | Path does not match |
4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
7 | _profiler_open_file | /_profiler/open | Path does not match |
8 | _profiler | /_profiler/{token} | Path does not match |
9 | _profiler_router | /_profiler/{token}/router | Path does not match |
10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
12 | archive | /archive | Path does not match |
13 | archive_reload | /archive/reload-list | Path does not match |
14 | init_commande_vierge | /commande/vierge/{id} | Path does not match |
15 | commande_reload_list | /commande/reload-list/{idProjet} | Path does not match |
16 | insert_commande | /commande/insert | Path does not match |
17 | update_commande | /commande/update | Path does not match |
18 | commande_toggle_statut | /commande/toggle-statut | Path does not match |
19 | edit_commande | /commande/edit/{id} | Path does not match |
20 | delete_commande | /commande/delete-document | Path does not match |
21 | insert_contrat | /contrat/insert | Path does not match |
22 | update_contrat | /contrat/update | Path does not match |
23 | init_contrat_vierge | /contrat/vierge/{id} | Path does not match |
24 | edit_contrat | /contrat/edit/{id} | Path does not match |
25 | delete_contrat | /contrat/delete-contrat | Path does not match |
26 | transfert_salarie | /contrat/transfert-salarie | Path does not match |
27 | contrat_reload_list | /contrat/reload-list/{idProjet} | Path does not match |
28 | contrat_gestion_contrat | /contrat/gestion-contrat | Path does not match |
29 | reload_contrat_gestion_contrat | /contrat/gestion-contrat/reload-list | Path does not match |
30 | contrat_gestion_dpae | /contrat/gestion-dpae | Path does not match |
31 | contrat_upload_dpae | /contrat/upload-dpae/{id} | Path does not match |
32 | contrat_upload_dpae_list | /contrat/upload-dpae-list | Path does not match |
33 | contrat_generate_txt_dpae | /contrat/generate-txt-dpae/{id} | Path does not match |
34 | encryption_key_gen | /generate-encryption-key | Path does not match |
35 | restore_master_user | /dev/restore-master-user | Path does not match |
36 | migrate_salarie | /dev/migrate-salarie | Path does not match |
37 | update_doc_societe | /document/update-societe | Path does not match |
38 | update_doc_adresse | /document/update-adresse | Path does not match |
39 | update_doc_lib_projet | /document/update-lib-projet | Path does not match |
40 | update_doc_date_bdc | /document/update-date-bdc | Path does not match |
41 | update_doc_date_budget | /document/update-date-budget | Path does not match |
42 | update_doc_reference | /document/update-reference | Path does not match |
43 | update_doc_contact | /document/update-contact | Path does not match |
44 | update_doc_statut | /document/update-statut | Path does not match |
45 | insert_ligne | /document/insert-ligne | Path does not match |
46 | update_ligne | /document/update-ligne | Path does not match |
47 | delete_ligne | /document/delete-ligne | Path does not match |
48 | edit_document | /document/edit/{id} | Path does not match |
49 | init_document_vierge | /document/vierge/{id} | Path does not match |
50 | document_reload_list | /document/reload-list/{typeDocument}/{idProjet} | Path does not match |
51 | delete_document | /document/delete-document | Path does not match |
52 | transform_document | /document/transform-document | Path does not match |
53 | create_avoir | /document/create-avoir | Path does not match |
54 | document_facture_retard | /document/facture-retard | Path does not match |
55 | gestion_document | /gestion/{type} | Path does not match |
56 | gestion_document_reload | /gestion/{type}/reload-list | Path does not match |
57 | envoi_contrat_travail | /signature-elec/contrat-travail | Path does not match |
58 | ndf_reload_list | /ndf/reload-list | Path does not match |
59 | show_ndf | /ndf/edit/{id} | Path does not match |
60 | insert_ndf | /ndf/insert | Path does not match |
61 | update_ndf | /ndf/update | Path does not match |
62 | init_ndf_vierge | /ndf/vierge/{type}/{id} | Path does not match |
63 | pdf_document | /pdf/facture/{id} | Path does not match |
64 | pdf_contrat | /pdf/contrat/{id} | Path does not match |
65 | pdf_contrat_mensuel | /pdf/contrat-mensuel/{date} | Path does not match |
66 | pdf_ndf | /pdf/ndf | Path does not match |
67 | select2-projet | /projet/select2/{r} | Path does not match |
68 | creation_projet | /projet/creation | Path does not match |
69 | insert_projet | /projet/insert | Path does not match |
70 | show_projet | /projet/{id} | Path does not match |
71 | update_projet | /projet/update | Path does not match |
72 | update_statut_projet | /projet/update-statut | Path does not match |
73 | reload_dashboard_projet | /projet/reload-dashboard/{id} | Path does not match |
74 | reload_workflow_projet | /projet/reload-workflow/{id} | Path does not match |
75 | login | /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.