Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
# | Route name | Path | Log |
---|---|---|---|
1 | app_company_crud_index | /company/crud/ | Path does not match |
2 | app_company_crud_new | /company/crud/new | Path does not match |
3 | app_company_crud_show | /company/crud/{id} | Path does not match |
4 | app_company_crud_edit | /company/crud/{id}/edit | Path does not match |
5 | app_company_crud_delete | /company/crud/{id} | Path does not match |
6 | app_connection_crud_index | /connection/crud/ | Path does not match |
7 | app_admin_dashboard | /whydmin | Path does not match |
8 | app_admin_project_crud_index | /admin/project/crud/ | Path does not match |
9 | app_admin_project_crud_new | /admin/project/crud/new | Path does not match |
10 | app_admin_project_crud_show | /admin/project/crud/{id} | Path does not match |
11 | app_admin_project_crud_edit | /admin/project/crud/{id}/edit | Path does not match |
12 | app_admin_project_crud_delete | /admin/project/crud/{id} | Path does not match |
13 | app_user_crud_index | /user/crud/ | Path does not match |
14 | app_user_crud_new | /user/crud/new | Path does not match |
15 | app_user_crud_show | /user/crud/{id} | Path does not match |
16 | app_user_crud_edit | /user/crud/{id}/edit | Path does not match |
17 | app_user_crud_delete | /user/crud/{id} | Path does not match |
18 | app_user_crud_change_client | /user/crud/client/change/{id} | Path does not match |
19 | app_user_crud_change_client_validation | /user/crud/client/change/valid/{id} | Path does not match |
20 | api_notification_delete | /api/notification/delete/{id} | Path does not match |
21 | api_notifications_get | /api/notifications/get-all/{id} | Path does not match |
22 | api_notifications_delete_all | /api/notifications/delete-all/{id} | Path does not match |
23 | api_projects_get_all | /api/projects/get-all | Path does not match |
24 | app_client_get_projects | /api/client/projects/{id} | Path does not match |
25 | app_admin_get_projects | /api/admin/projects/{id} | Path does not match |
26 | api_deliverable_get_versions | /admin/livrable/get-versions/{id} | Path does not match |
27 | api_deliverable_waitingForValid | /api/livrable/waitingForValid | Path does not match |
28 | api_deliverable_valid | /api/livrable/validDeliverables | Path does not match |
29 | api_deliverable_comments_send | /api/livrable/commentsSendDeliverables | Path does not match |
30 | api_version_valid | /client/livrable/version/valid/{id} | Path does not match |
31 | api_version_send_comments | /client/livrable/version/send-comments/{id} | Path does not match |
32 | api_version_get | /api/version/get-version/{id} | Path does not match |
33 | api_version_update | /api/version/update/{id} | Path does not match |
34 | api_version_add | /api/version/add/{id} | Path does not match |
35 | api_version_delete | /api/version/delete/{id} | Path does not match |
36 | app_apiuser_getallclients | /api/clients/get-all | Path does not match |
37 | api_user_role | /api/user/role | Path does not match |
38 | api_vimeo_folders | /api/vimeo/folders | Path does not match |
39 | api_vimeo_morefolder | /api/vimeo/morefolder | Path does not match |
40 | api_vimeo_folder_videos | /api/vimeo/{folder}/videos | Path does not match |
41 | api_vimeo_folder_subfolders | /api/vimeo/{folder}/subfolders | Path does not match |
42 | app_home | / | Path does not match |
43 | app_profile | /profile/{id} | Path does not match |
44 | app_project | /projects | Path does not match |
45 | app_client_project | /client/project/{id} | Path does not match |
46 | app_client_projects | /client/projects | Path does not match |
47 | app_admin_projects | /admin/projects | Path does not match |
48 | app_admin_project_editor | /admin/project/{id} | Path does not match |
49 | app_client_deliverable | /client/livrable/{id} | Path does not match |
50 | app_client_deliverable_version | /client/livrable/version/{id} | Path does not match |
51 | app_admin_deliverable | /admin/livrable/{id} | Path does not match |
52 | app_admin_version_edit | /admin/version/edit/{id} | Path does not match |
53 | app_admin_livrable_delete | /admin/livrable/delete/{id} | Path does not match |
54 | app_admin_project_send_mail | /admin/project/send-mail/{id} | Path does not match |
55 | app_login | /login | Path does not match |
56 | app_logout | /logout | Path does not match |
57 | pass_forget | /login/forget | Path does not match |
58 | pass_change | /pass-change/{token} | Path does not match |
59 | regenerate_pass_token | /regenerate/token/{id} | Path does not match |
60 | app_you_know_crud_index | /you/know/crud/ | Path does not match |
61 | app_you_know_crud_new | /you/know/crud/new | Path does not match |
62 | app_you_know_crud_show | /you/know/crud/{id} | Path does not match |
63 | app_you_know_crud_edit | /you/know/crud/{id}/edit | Path does not match |
64 | app_you_know_crud_delete | /you/know/crud/{id} | Path does not match |
65 | _preview_error | /_error/{code}.{_format} | Path does not match |
66 | _wdt | /_wdt/{token} | Path does not match |
67 | _profiler_home | /_profiler/ | Path does not match |
68 | _profiler_search | /_profiler/search | Path does not match |
69 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
70 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
71 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
72 | _profiler_open_file | /_profiler/open | Path does not match |
73 | _profiler | /_profiler/{token} | Path does not match |
74 | _profiler_router | /_profiler/{token}/router | Path does not match |
75 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
76 | _profiler_exception_css | /_profiler/{token}/exception.css | 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.