https://dev.multypack.net/

Routing

default Matched route

Route Parameters

No parameters.

Route Redirection

This page redirects to:

/login (route: "n/a")

Route Matching Logs

Path to match: /
# Route name Path Log
1 client_index /client/ Path does not match
2 index_maisons_favoris /client/indexMaisonsFavoris Path does not match
3 index_maisons_mercuriale /client/indexMaisonsMercuriale Path does not match
4 shortlist_index /client/shortlistIndex Path does not match
5 recherche_client /client/recherche Path does not match
6 departement_client /client/departement Path does not match
7 ville_client /client/ville Path does not match
8 maisons_mere_index /client/maisons_mere Path does not match
9 filiales_index /client/filiales Path does not match
10 client_new /client/new Path does not match
11 client_add_shortlist_all /client/addShortlistAll Path does not match
12 client_remove_shortlist_all /client/removeShortlistAll Path does not match
13 client_add_shortlist_favoris /client/addShortlistFavoris Path does not match
14 client_update_product_range /client/updateProductRange Path does not match
15 client_show_filiale_for_maisonmere /client/filiales/maison_mere_for_maisonmere Path does not match
16 facture_annee /client/getAll/{id} Path does not match
17 client_show /client/{id} Path does not match
18 client_show_maison_mere /client/maison_mere/{id} Path does not match
19 client_show_filiale /client/filiales/maison_mere/{id} Path does not match
20 client_details_filiale /client/details/filiale/{id} Path does not match
21 add_favoris /client/addFavoris/{id} Path does not match
22 remove_favoris /client/removeFavoris/{id} Path does not match
23 add_mercuriale /client/addMercuriale/{id} Path does not match
24 remove_mercuriale /client/removeMercuriale/{id} Path does not match
25 add_favoris_all /client/addFavorisAll Path does not match
26 remove_favoris_all /client/removeFavorisAll Path does not match
27 add_mercuriale_all /client/addMercurialeAll Path does not match
28 remove_mercuriale_all /client/removeMercurialeAll Path does not match
29 add_shortlist /client/addShortlist/{id} Path does not match
30 remove_shortlist /client/removeShortlist/{id} Path does not match
31 favoris_client /client/{id}/getFavoris Path does not match
32 mercuriale_client /client/{id}/getMercurialeList Path does not match
33 shortlist_client /client/{id}/getShortlist Path does not match
34 client_edit /client/{id}/filtreCommande Path does not match
35 client_delete /client/{id} Path does not match
36 commande_index /commande/ Path does not match
37 commande_new /commande/new Path does not match
38 commande_valide /commande/commande_validee Path does not match
39 app_commande_updatecommande /commande/updateCommande/{id} Path does not match
40 finalisation_commande /commande/finalisation/{id} Path does not match
41 commande_update_frais_de_port /commande/updateFraisDePorts/{id} Path does not match
42 renouveler_commande /commande/renouveler/{id} Path does not match
43 commande_show /commande/{id} Path does not match
44 commande_edit /commande/{id}/edit Path does not match
45 commande_delete /commande/{id} Path does not match
46 app_commercial_index /commercial/ Path does not match
47 app_commerciaux /commercial/plusProchesCommerciaux Path does not match
48 app_commercial_new /commercial/new Path does not match
49 app_commercial_show /commercial/{id} Path does not match
50 app_commercial_edit /commercial/{id}/edit Path does not match
51 app_commercial_delete /commercial/{id} Path does not match
52 default / Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.