Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
# | Route name | Path | Log |
---|---|---|---|
1 | login | /login | Path does not match |
2 | logout | /logout | Path does not match |
3 | actor_index | /actor/ | Path does not match |
4 | actor_new | /actor/new | Path does not match |
5 | actor_show | /actor/{id} | Path does not match |
6 | actor_edit | /actor/{id}/edit | Path does not match |
7 | actor_delete | /actor/{id} | Path does not match |
8 | category_index | /category/ | Path does not match |
9 | category_new | /category/new | Path does not match |
10 | category_show | /category/{id} | Path does not match |
11 | category_edit | /category/{id}/edit | Path does not match |
12 | category_delete | /category/{id} | Path does not match |
13 | document_index | /document/ | Path does not match |
14 | document_new | /document/new | Path does not match |
15 | document_show | /document/{id} | Path does not match |
16 | document_edit | /document/{id}/edit | Path does not match |
17 | document_delete | /document/{id} | Path does not match |
18 | invoice_index | /invoicing/ | Path does not match |
19 | invoice_new | /invoicing/new | Path does not match |
20 | invoice_show | /invoicing/{id} | Path does not match |
21 | invoice_export | /invoicing/{id}/export | Path does not match |
22 | invoice_edit | /invoicing/{id}/edit | Path does not match |
23 | invoice_delete | /invoicing/{id} | Path does not match |
24 | invoice_approve | /invoicing/{invoice}/approve | Path does not match |
25 | invoice_line_new | /invoicing/line/new | Path does not match |
26 | invoice_line_edit | /invoicing/line/{id}/edit | Path does not match |
27 | invoice_line_delete | /invoicing/line/{id} | Path does not match |
28 | app_forgot_password_request | /password | Path does not match |
29 | app_check_email | /password/check-email | Path does not match |
30 | app_reset_password | /password/reset/{token} | Path does not match |
31 | home | / | Path does not match |
32 | tasks | /tasks | Path does not match |
33 | contact | /contact | Path does not match |
34 | globalSearch | /search | Path does not match |
35 | todo_new | /todo/new | Path does not match |
36 | todo_switch_status | /todo/{id}/switchStatus | Path does not match |
37 | todo_switch_priority | /todo/{id}/switchPriority | Path does not match |
38 | todo_delete | /todo/{id} | Path does not match |
39 | crypto_index | /crypto/ | Path does not match |
40 | crypto_new | /crypto/new/{source} | Path does not match |
41 | crypto_show | /crypto/{id} | Path does not match |
42 | crypto_edit | /crypto/{id}/edit | Path does not match |
43 | crypto_delete | /crypto/{id} | Path does not match |
44 | loan_index | /loan/ | Path does not match |
45 | loan_new | /loan/new/{source} | Path does not match |
46 | loan_export | /loan/export | Path does not match |
47 | loan_export_update | /loan/export/date | Path does not match |
48 | loan_show | /loan/{id} | Path does not match |
49 | loan_edit | /loan/{id}/edit | Path does not match |
50 | loan_delete | /loan/{id} | Path does not match |
51 | income_index | /income/ | Path does not match |
52 | income_export | /income/export | Path does not match |
53 | income_new | /income/new | Path does not match |
54 | income_show | /income/{id} | Path does not match |
55 | income_edit | /income/{id}/edit | Path does not match |
56 | income_delete | /income/{id} | Path does not match |
57 | uoo_index | /uoo/ | Path does not match |
58 | uoo_catchup_update | /uoo/catchup | Path does not match |
59 | uoo_new | /uoo/new/{source} | Path does not match |
60 | uoo_report | /uoo/report/{month}/{invoice} | Path does not match |
61 | uoo_show | /uoo/{id} | Path does not match |
62 | uoo_edit | /uoo/{id}/edit | Path does not match |
63 | uoo_delete | /uoo/{id} | Path does not match |
64 | travel_index | /travels/ | Path does not match |
65 | travel_new | /travels/new | Path does not match |
66 | travel_show | /travels/{id} | Path does not match |
67 | travel_edit | /travels/{id}/edit | Path does not match |
68 | travel_delete | /travels/{id} | Path does not match |
69 | _preview_error | /_error/{code}.{_format} | Path does not match |
70 | _wdt | /_wdt/{token} | Path does not match |
71 | _profiler_home | /_profiler/ | Path does not match |
72 | _profiler_search | /_profiler/search | Path does not match |
73 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
74 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
75 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
76 | _profiler_open_file | /_profiler/open | Path does not match |
77 | _profiler | /_profiler/{token} | Path does not match |
78 | _profiler_router | /_profiler/{token}/router | Path does not match |
79 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
80 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
81 | expenses | /expenses | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.