Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | _preview_error | /_error/{code}.{_format} | 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 | billing_address_index | /billing/address/ | Path does not match |
14 | billing_address_new | /billing/address/new/{id_company} | Path does not match |
15 | billing_address_show | /billing/address/{id} | Path does not match |
16 | billing_address_edit | /billing/address/{id}/edit | Path does not match |
17 | billing_address_file_delete | /billing/address/billing_address_file_delete/{id}/{timestamp}/{inode} | Path does not match |
18 | billing_address_delete | /billing/address/{id} | Path does not match |
19 | code_business_index | /code-business/ | Path does not match |
20 | code_business_new | /code-business/new | Path does not match |
21 | code_business_show | /code-business/{id} | Path does not match |
22 | code_business_edit | /code-business/{id}/edit | Path does not match |
23 | code_business_delete | /code-business/{id} | Path does not match |
24 | company_index | /company/ | Path does not match |
25 | company_new | /company/new | Path does not match |
26 | company_show | /company/{id} | Path does not match |
27 | company_edit | /company/{id}/edit | Path does not match |
28 | company_delete | /company/{id} | Path does not match |
29 | company_file_delete | /company/company_file_delete/{controller}/{id}/{timestamp}/{inode} | Path does not match |
30 | company_send_message | /company/send_message/{id} | Path does not match |
31 | company_to_accountant | /company/send_to_accountant/{id} | Path does not match |
32 | send_validate_importation | /company/send_validate_importation/{id} | Path does not match |
33 | company_lock | /company/{id}/lock | Path does not match |
34 | contact_index | /contact/ | Path does not match |
35 | contact_new | /contact/new/{id_company} | Path does not match |
36 | contact_show | /contact/{id} | Path does not match |
37 | contact_edit | /contact/{id}/edit | Path does not match |
38 | contact_delete | /contact/{id} | Path does not match |
39 | delivery_address_index | /delivery/address/ | Path does not match |
40 | delivery_address_new | /delivery/address/new/{id_company} | Path does not match |
41 | delivery_address_show | /delivery/address/{id} | Path does not match |
42 | delivery_address_edit | /delivery/address/{id}/edit | Path does not match |
43 | delivery_address_delete | /delivery/address/{id} | Path does not match |
44 | document | /document | Path does not match |
45 | job_index | /job/ | Path does not match |
46 | job_new | /job/new | Path does not match |
47 | job_show | /job/{id} | Path does not match |
48 | job_edit | /job/{id}/edit | Path does not match |
49 | job_delete | /job/{id} | Path does not match |
50 | log | /log | Path does not match |
51 | log_clear | /log/clear | Path does not match |
52 | company_email | /company/email/{id} | Path does not match |
53 | company_submit_info | /company/submitinfo/{id} | Path does not match |
54 | company_mail_accountant | /company/mail_accountant/{id} | Path does not match |
55 | mail_company_imported | /company/mail_imported/{id} | Path does not match |
56 | app_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.