Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | dashboard | /dashboard | Path does not match |
| 2 | finance_index | /finance/ | Path does not match |
| 3 | finance_productRefToSell_dashboard | /finance/{slug}/dashboard/pricing/sell/product/{id} | Path does not match |
| 4 | finance_pricing-purchased | /finance/{slug}/pricing/purchased/list | Path does not match |
| 5 | finance_pricing_purchased_show | /finance/sales/{slug}/show/pricing-purchased/{id} | Path does not match |
| 6 | finance_product-add | /finance/{slug}/production/product/new | Path does not match |
| 7 | finance_edit_productRef | /finance/{slug}/pricing-purchased/edit/{id} | Path does not match |
| 8 | finance_productsRef_delete | /finance/{slug}/delete/purchased/{id} | Path does not match |
| 9 | finance_pricing-sell | /finance/{slug}/pricing/sell/list | Path does not match |
| 10 | finance_pricing_sell_show | /finance/{slug}/pricing/sell/show/{id} | Path does not match |
| 11 | finance_productsellPrice-add | /finance/{slug}/pricing/sell/new | Path does not match |
| 12 | finance_edit_productToSell | /finance/{slug}/pricing/sell/edit/product/{id} | Path does not match |
| 13 | finance_edit_productRefSell | /finance/{slug}/pricing/sell/edit/price/{id} | Path does not match |
| 14 | finance_productsRefSell_delete | /finance/{slug}/delete/sell/{id} | Path does not match |
| 15 | marketing_index | /marketing/ | Path does not match |
| 16 | list_marketing_document | /marketing/{slug}/document/list | Path does not match |
| 17 | new_marketing_document | /marketing/{slug}/document/new | Path does not match |
| 18 | show_marketing_document | /marketing/document/{id} | Path does not match |
| 19 | edit_marketing_document | /marketing/document/edit/{id} | Path does not match |
| 20 | delete_marketing_document | /marketing/document/delete/{id} | Path does not match |
| 21 | human-resource_list | /organisation/human-resource | Path does not match |
| 22 | human-resource_new | /organisation/human-resource/new | Path does not match |
| 23 | human-resource_show | /organisation/human-resource-show-{id} | Path does not match |
| 24 | human-resource_edit | /organisation/human-resource-edit-{id} | Path does not match |
| 25 | human-resource_delete | /organisation/human-resource-delete-{id} | Path does not match |
| 26 | production_category_list | /production/category/{slug}/list | Path does not match |
| 27 | production_category_show | /production/category/{slug}/show/{id} | Path does not match |
| 28 | production_category_new | /production/category/{slug}/new | Path does not match |
| 29 | production_category_edit | /production/category/{slug}/edit/{id} | Path does not match |
| 30 | production_category_add_sub | /production/category/{slug}/add/sub/{id} | Path does not match |
| 31 | production_category_edit_sub | /production/category/{slug}/edit/sub-category/{id} | Path does not match |
| 32 | production_category_delete | /production/category/{slug}/delete/category/{id} | Path does not match |
| 33 | production_category_delete_sub | /production/category/{slug}/delete/sub/{id} | Path does not match |
| 34 | production_product_new | /production/product/{slug}/new | Path does not match |
| 35 | production_product_edit | /production/product/{slug}/edit/{id} | Path does not match |
| 36 | production_product_list | /production/product/{slug}/list | Path does not match |
| 37 | delete_production_product | /production/products/{slug}/delete/{id} | Path does not match |
| 38 | production_project_list | /production/project/{slug}/list/{status} | Path does not match |
| 39 | production_project_create | /production/project/{slug}/create/{status} | Path does not match |
| 40 | production_product_create_project | /production/project/{slug}/create/product/{id} | Path does not match |
| 41 | production_project_edit | /production/project/{slug}/edit/{id} | Path does not match |
| 42 | production_project_delete | /production/project/{slug}/delete/{id} | Path does not match |
| 43 | production_project_show | /production/project/{slug}/show/{id}/{status} | Path does not match |
| 44 | purchase_part-newItem | /Production/purchase_part/newItem | Path does not match |
| 45 | purchase_part | /production/purchase-part | Path does not match |
| 46 | purchase_part-new | /Production/purchase_part/new | Path does not match |
| 47 | show_purchase_part | /Production/purchase_part/{id} | Path does not match |
| 48 | purchase_part-edit | /Production/purchase_part/edit/{id} | Path does not match |
| 49 | purchase_part-delete | /Production/purchase_part/delete/{id} | Path does not match |
| 50 | production_index_no_slash | /production | Path does not match |
| 51 | production_index | /production/ | Path does not match |
| 52 | production_plan-productions | /production/{slug}/plan-productions | Path does not match |
| 53 | production_planproduct-add | /production/production/create-plan-product | Path does not match |
| 54 | production_prodPlan_show | /production/sales/show-productions-plan-{id} | Path does not match |
| 55 | production_prodPlanLine-edit | /production/sales/edit-prodPlanLine-{id} | Path does not match |
| 56 | production_valid_Preparation | /production/production/validPreparation/{id} | Path does not match |
| 57 | production_valid_Shipment | /production/production/validShipment/{id} | Path does not match |
| 58 | production_plan_product_delete | /production/production/delete-plan-product-{id} | Path does not match |
| 59 | productsell-add | /production/{slug}/create-product-sell | Path does not match |
| 60 | application_new | /application-new | Path does not match |
| 61 | technology_new | /technology-new | Path does not match |
| 62 | edit_product | /production/{slug}/edit/product/{id} | Path does not match |
| 63 | edit_product_sell | /production/edit-productsell-{id} | Path does not match |
| 64 | category-product-add | /production/create-category-product | Path does not match |
| 65 | categoryProduct_edit | /production/create-category-product-{id} | Path does not match |
| 66 | categoryProduct_duplicate | /production/duplicate-productCat-{id} | Path does not match |
| 67 | category-product_delete | /sales/delete-category-product-{id} | Path does not match |
| 68 | list-products | /production/products-list | Path does not match |
| 69 | list-productsToSell | /production/product/{slug}/sell/list | Path does not match |
| 70 | get-products | /production/products-get | Path does not match |
| 71 | get-productsToSell | /production/productsTosSell-get | Path does not match |
| 72 | products_show | /production/{slug}/show/{id} | Path does not match |
| 73 | productsToSell_show | /production/{slug}/show-{id} | Path does not match |
| 74 | productToSell_delete | /production/product_Q-Tribo/delete-{id} | Path does not match |
| 75 | products_delete | /production/delete-{id} | Path does not match |
| 76 | application-create | /production/create-application | Path does not match |
| 77 | application_edit | /production/edit-application-{id} | Path does not match |
| 78 | duplicate_appli | /production/duplicate-application-{id} | Path does not match |
| 79 | application_delete | /sales/delete-application-{id} | Path does not match |
| 80 | technology-create | /production/create-technology | Path does not match |
| 81 | technology_edit | /production/edit-technology-{id} | Path does not match |
| 82 | duplicate_techno | /production/duplicate-technoloy-{id} | Path does not match |
| 83 | technology_delete | /sales/delete-technology-{id} | Path does not match |
| 84 | productToSell-dashboard | /Production/dashboard-{id} | Path does not match |
| 85 | supplier_list | /production/supplier/{slug} | Path does not match |
| 86 | supplier-new | /supply-chains/supplier/new | Path does not match |
| 87 | show_supplier | /supply-chains/supplier/{slug}/show/{id} | Path does not match |
| 88 | supplier-edit | /supply-chains/supplier/{slug}/edit/{id} | Path does not match |
| 89 | supplier-delete | /supply-chains/supplier/delete/{id} | Path does not match |
| 90 | companies | /sales/companies | Path does not match |
| 91 | company-add | /sales/add-company | Path does not match |
| 92 | business_new | /business-new | Path does not match |
| 93 | business_create | /create-business | Path does not match |
| 94 | business_edit | /edit-business-{id} | Path does not match |
| 95 | business_duplicate | /duplicate-business-{id} | Path does not match |
| 96 | business_delete | /delete-business-{id} | Path does not match |
| 97 | show_company | /sales/company/{id} | Path does not match |
| 98 | change_company_statut | /sales/change-company-statut | Path does not match |
| 99 | company_delete | /sales/delete-company-{id} | Path does not match |
| 100 | contacts | /sales/contacts | Path does not match |
| 101 | contacts-by-id | /sales/contacts-{id} | Path does not match |
| 102 | contact-add | /sales/add-contact | Path does not match |
| 103 | contact_edit | /sales/contact/edit/{id} | Path does not match |
| 104 | contact_show | /sales/contact-show-{id} | Path does not match |
| 105 | contact_delete | /sales/contact-delete-{id} | Path does not match |
| 106 | change_contact_statut | /sales/change-contact-statut | Path does not match |
| 107 | contact_upload_csv | /sales/upload/csv | Path does not match |
| 108 | invoice_list | /invoice/{slug}/{type}/list | Path does not match |
| 109 | invoice_new | /invoice/{slug}/{type}/new | Path does not match |
| 110 | invoice_edit | /invoice/{slug}/{type}/edit/{id} | Path does not match |
| 111 | invoice_duplicate | /invoice/duplicate/{id} | Path does not match |
| 112 | invoice_show | /invoice/{slug}/{type}/show/{id} | Path does not match |
| 113 | invoice_delete | /invoice/delete/{id} | Path does not match |
| 114 | opportunities_list | /sales/opportunities/{status}/list/{slug} | Path does not match |
| 115 | opportunities_mailing | /sales/opportunities/61.5-mailing/{slug} | Path does not match |
| 116 | opportunities_new | /sales/{slug}/opportunity/new | Path does not match |
| 117 | opportunities_show | /sales/{slug}/opportunities/show/{id} | Path does not match |
| 118 | opportunities_duplicate | /production/duplicate-opportunities-{id} | Path does not match |
| 119 | opportunities_edit | /sales/{slug}/opportunity/edit/{id} | Path does not match |
| 120 | opportunities_delete | /sales/{status}/delete/{slug}/opportunity/{id} | Path does not match |
| 121 | orders-type | /sales/{slug}/orders/{type} | Path does not match |
| 122 | order-new | /sales/{slug}/order/new-{type} | Path does not match |
| 123 | order-create | /sales/{slug}/order/new-{type}/quote | Path does not match |
| 124 | order_productLine_ajax | /sales/{slug}/order/ajaxRequest-{type} | Path does not match |
| 125 | order_edit | /sales/{slug}/edit-order-{type}/{id} | Path does not match |
| 126 | show_order | /sales/{slug}/order-{type}/{id} | Path does not match |
| 127 | order_delete | /sales/{slug}/delete-order-{type}/{id} | Path does not match |
| 128 | quotes | /sales/quotes | Path does not match |
| 129 | quotes-type | /sales/{slug}/quotes/{type} | Path does not match |
| 130 | quote-new | /sales/{slug}/quote/new-{type} | Path does not match |
| 131 | quotes_edit | /sales/{slug}/edit-quote-{type}/{id} | Path does not match |
| 132 | show_quote | /sales/{slug}/quote-{type}/{id} | Path does not match |
| 133 | quotes_delete | /sales/{slug}/delete-quote-{type}-{id} | Path does not match |
| 134 | product-add-redirectQuote | /sales/{slug}/new-product-redirectQuote-{type} | Path does not match |
| 135 | productsell-add-redirectQuote | /production/{slug}/create-product-sell-redirectQuote-{type}/ | Path does not match |
| 136 | country-new | /sales/country/new | Path does not match |
| 137 | global_search | /search | Path does not match |
| 138 | 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.