https:///.env-sample

Routing

(none) Matched route

Route Matching Logs

Path to match: /.env-sample
# 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 app_index / Path does not match
13 change_locale /change-locale/{locale} Path does not match
14 app_login /applogin Path does not match
15 app_logout /logout Path does not match
16 api_user_index /api/user/ Path does not match
17 api_user_new /api/user/new Path does not match
18 api_user_show /api/user/{id} Path does not match
19 api_user_edit /api/user/{id}/edit Path does not match
20 api_user_activate /api/user/{id}/activate Path does not match
21 api_user_delete /api/user/{id} Path does not match
22 publisher_index /api/publisher/ Path does not match
23 publisher_new /api/publisher/new Path does not match
24 publisher_show /api/publisher/{id} Path does not match
25 publisher_edit /api/publisher/{id}/edit Path does not match
26 publisher_delete /api/publisher/{id} Path does not match
27 clinic_index /api/clinic/ Path does not match
28 clinic_new /api/clinic/new Path does not match
29 clinic_show /api/clinic/{id} Path does not match
30 clinic_edit /api/clinic/{id}/edit Path does not match
31 clinic_delete /api/clinic/{id} Path does not match
32 clinic_migrate /api/clinic/migrate/{id} Path does not match
33 api_erase_clinic /api/clinic/eraseClinic/confirmed Path does not match
34 veterinary_animal_species_index /animalSpecies Path does not match
35 api_animal_species_filtered_data /getFilteredData Path does not match
36 api_client_index /api/client/ Path does not match
37 api_client_sending_mail /api/client/sendingMail Path does not match
38 api_client_check_clinic_smtp_settings /api/client/checkSmtpSettings Path does not match
39 api_client_filtered_ids /api/client/getFilteredIds Path does not match
40 api_client_get_clients_with_ids /api/client/getClientsWithIds Path does not match
41 api_client_filtered_data /api/client/getFilteredData Path does not match
42 api_client_show /api/client/{id} Path does not match
43 message_template_index /api/messageTemplate/ Path does not match
44 message_template_new /api/messageTemplate/new Path does not match
45 message_template_show /api/messageTemplate/{id} Path does not match
46 message_template_edit /api/messageTemplate/{id}/edit Path does not match
47 message_template_delete /api/messageTemplate/{id} Path does not match
48 sending_email_send /api/sendingEmail/send Path does not match
49 sending_email_get_status /api/sendingEmail/getStatus Path does not match
50 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.