Routing
(none)
Matched route
Route Matching Logs
Path to match:
/.env
| # | 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 | document_show_for_validation | /validatedocument/1/validate/{id} | Path does not match |
| 13 | document_get_validated | /validatedocument/1/pdf/{id} | Path does not match |
| 14 | validation_success | /validatedocument/validate_success/{id} | Path does not match |
| 15 | validate_html_document | /validatedocument/1/validateHtml/{id}/{otpCode} | Path does not match |
| 16 | validate_pdf_document | /validatedocument/1/validatePdf/{id}/{otpCode} | Path does not match |
| 17 | api_validation_requests_index | /api/validationRequests/ | Path does not match |
| 18 | api_document_validations_filtered_data | /api/validationRequests/getFilteredData | Path does not match |
| 19 | api_document_validations_remove | /api/validationRequests/removeValidationRequest | Path does not match |
| 20 | api_document_validations_retry | /api/validationRequests/retryValidation | Path does not match |
| 21 | document_html_index | /api/documentsHtml/ | Path does not match |
| 22 | document_html_new | /api/documentsHtml/new | Path does not match |
| 23 | document_html_create | /api/documentsHtml/create | Path does not match |
| 24 | document_html_update | /api/documentsHtml/update | Path does not match |
| 25 | document_html_show | /api/documentsHtml/{id} | Path does not match |
| 26 | document_html_edit | /api/documentsHtml/{id}/edit | Path does not match |
| 27 | document_html_delete | /api/documentsHtml/{id} | Path does not match |
| 28 | app_index | / | Path does not match |
| 29 | change_locale | /change-locale/{locale} | Path does not match |
| 30 | site_search | /search/siteSearch | Path does not match |
| 31 | site_search_checkin | /search/siteSearchCheckin | Path does not match |
| 32 | site_search_client_updates | /search/siteSearchClientUpdates | Path does not match |
| 33 | app_login | /applogin | Path does not match |
| 34 | app_logout | /logout | Path does not match |
| 35 | api_user_index | /api/user/ | Path does not match |
| 36 | api_user_new | /api/user/new | Path does not match |
| 37 | api_user_show | /api/user/{id} | Path does not match |
| 38 | api_user_edit | /api/user/{id}/edit | Path does not match |
| 39 | api_user_activate | /api/user/{id}/activate | Path does not match |
| 40 | api_user_delete | /api/user/{id} | Path does not match |
| 41 | publisher_index | /api/publisher/ | Path does not match |
| 42 | publisher_new | /api/publisher/new | Path does not match |
| 43 | publisher_show | /api/publisher/{id} | Path does not match |
| 44 | publisher_edit | /api/publisher/{id}/edit | Path does not match |
| 45 | publisher_delete | /api/publisher/{id} | Path does not match |
| 46 | clinic_index | /api/clinic/ | Path does not match |
| 47 | clinic_new | /api/clinic/new | Path does not match |
| 48 | clinic_show | /api/clinic/{id} | Path does not match |
| 49 | clinic_edit | /api/clinic/{id}/edit | Path does not match |
| 50 | clinic_delete | /api/clinic/{id} | Path does not match |
| 51 | clinic_migrate | /api/clinic/migrate/{id} | Path does not match |
| 52 | analytics_index | /analytics/ | Path does not match |
| 53 | api_analytics_filtered_data | /analytics/getFilteredData | Path does not match |
| 54 | analytics_export_file | /analytics/getExportFile | Path does not match |
| 55 | checkin_delete | /delete/checkinDelete | Path does not match |
| 56 | veterinary_animal_species_index | /animalSpecies | Path does not match |
| 57 | api_animal_species_filtered_data | /getFilteredData | Path does not match |
| 58 | veterinary_animal_species_update | /animalSpeciesId | Path does not match |
| 59 | animal_weight_index | /animalWeight | Path does not match |
| 60 | animal_weight_delete | /delete/animalWeightDelete | Path does not match |
| 61 | check_in_index | /checkIn | Path does not match |
| 62 | client_update_index | /clientUpdate | Path does not match |
| 63 | client_update_show | /clientUpdate/{id} | Path does not match |
| 64 | client_update_delete | /delete/clientUpdateDelete | Path does not match |
| 65 | api_entrypoint | /{index}.{_format} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.