Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | check_email_exists | /admin/check-email-exists | Path does not match |
| 2 | app_attribute_type_index | /admin/attribute-type/ | Path does not match |
| 3 | app_attribute_type_edit | /admin/attribute-type/edit | Path does not match |
| 4 | app_attribute_type_delete | /admin/attribute-type/{id} | Path does not match |
| 5 | app_claim_index | /claim/ | Path does not match |
| 6 | app_dictionary | /dictionary/ | Path does not match |
| 7 | api_dictionaries | /dictionary/api | Path does not match |
| 8 | app_dictionary_create | /dictionary/create | Path does not match |
| 9 | app_dictionary_get | /dictionary/get/{id} | Path does not match |
| 10 | app_dictionary_edit | /dictionary/edit/{id} | Path does not match |
| 11 | app_dictionary_delete | /dictionary/delete/{id} | Path does not match |
| 12 | app_dictionary_type | /dictionary/type/ | Path does not match |
| 13 | app_dictionary_type_create | /dictionary/type/create | Path does not match |
| 14 | app_dictionary_type_get | /dictionary/type/get/{id} | Path does not match |
| 15 | app_dictionary_type_edit | /dictionary/type/edit/{id} | Path does not match |
| 16 | app_dictionary_type_delete | /dictionary/type/delete/{id} | Path does not match |
| 17 | app_document_index | /document/ | Path does not match |
| 18 | app_document_new | /document/new | Path does not match |
| 19 | app_document_edit | /document/edit/{id} | Path does not match |
| 20 | app_document_delete | /document/delete | Path does not match |
| 21 | app_download_document | /document/download | Path does not match |
| 22 | app_document_preview | /document/preview | Path does not match |
| 23 | app_field_type_index | /admin/field-type/ | Path does not match |
| 24 | app_field_type_show | /admin/field-type/{id} | Path does not match |
| 25 | app_field_type_edit | /admin/field-type/edit/field-type | Path does not match |
| 26 | app_field_type_delete | /admin/field-type/{id} | Path does not match |
| 27 | app_form_index | /form/ | Path does not match |
| 28 | app_form_completing | /form/completing-form | Path does not match |
| 29 | app_form_completing_extension | /form/completing-form/extension | Path does not match |
| 30 | app_form_save_or_finish | /form/save-or-finish | Path does not match |
| 31 | app_form_edit | /form/edit/{id} | Path does not match |
| 32 | app_form_delete | /form/delete/ | Path does not match |
| 33 | get_file_img | /form/uploads/images/{id} | Path does not match |
| 34 | app_form_download_pdf | /form/download-pdf/{id} | Path does not match |
| 35 | app_form_view | /form/view/{id} | Path does not match |
| 36 | app_identification_type_index | /identification/type/ | Path does not match |
| 37 | app_identification_type_new | /identification/type/new | Path does not match |
| 38 | app_identification_type_edit | /identification/type/edit | Path does not match |
| 39 | app_identification_type_delete | /identification/type/delete/{id} | Path does not match |
| 40 | app_first_tab | / | Path does not match |
| 41 | app_party | /party/ | Path does not match |
| 42 | party_search | /party/party/search | Path does not match |
| 43 | add_party | /party/new | Path does not match |
| 44 | edit_party | /party/edit | Path does not match |
| 45 | delete_party | /party/delete | Path does not match |
| 46 | show_party | /party/party/show/{id} | Path does not match |
| 47 | app_party_type_index | /party/type/ | Path does not match |
| 48 | app_party_type_new | /party/type/new | Path does not match |
| 49 | app_party_type_edit | /party/type/edit | Path does not match |
| 50 | app_party_type_delete | /party/type/delete/{id} | Path does not match |
| 51 | app_platform_index | /admin/platform/ | Path does not match |
| 52 | app_platform_edit | /admin/platform/edit/platform | Path does not match |
| 53 | app_platform_delete | /admin/platform/delete | Path does not match |
| 54 | platform_sections | /admin/platform/platform/sections | Path does not match |
| 55 | app_profile | /profile | Path does not match |
| 56 | profile_update | /profile/update | Path does not match |
| 57 | profile_avatar_update | /profile/avatar/update | Path does not match |
| 58 | profile_avatar | /profile/avatar/{id} | Path does not match |
| 59 | profile_password_update | /profile/pasword/update | Path does not match |
| 60 | app_record_index | /record/ | Path does not match |
| 61 | app_section_index | /admin/section/ | Path does not match |
| 62 | app_section_new | /admin/section/new | Path does not match |
| 63 | app_section_edit | /admin/section/edit | Path does not match |
| 64 | app_section_delete | /admin/section/delete | Path does not match |
| 65 | 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.