Routing
app_register
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/enregistrement
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 8 | _profiler_open_file | /_profiler/open | Path does not match |
| 9 | _profiler | /_profiler/{token} | Path does not match |
| 10 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 13 | user_creation | /administrateur/creation_user | Path does not match |
| 14 | administrateur_index | /administrateur/index | Path does not match |
| 15 | calendrier.app | /administration/calendrier_index | Path does not match |
| 16 | ajouter.calendrier | /administration/calendrier_ajouter | Path does not match |
| 17 | calendrier.list | /calendrier/liste | Path does not match |
| 18 | calendrier.detail | /calendrier/details/{id} | Path does not match |
| 19 | calendrier.supp | /calendrier/supprimer/{id} | Path does not match |
| 20 | facture.index | /factures/index | Path does not match |
| 21 | app.index | /jobcard/index | Path does not match |
| 22 | jobcard.new | /jobcard/nouveau | Path does not match |
| 23 | jobacard.edit | /commercial/jobcard/edit/{id} | Path does not match |
| 24 | jobcard.supp | /jobcard/suppression/{id} | Path does not match |
| 25 | jobcard.details | /jobcard/detail/{id} | Path does not match |
| 26 | jobcard.all | /jobcard/all | Path does not match |
| 27 | etat.lieu | /jobcard/etat_des_lieux_entrant/{id} | Path does not match |
| 28 | ajouter_photo | /jobcard/ajouter_photo/{id} | Path does not match |
| 29 | jobcard.soumise | /client/jobcard/liste_des_demandes_soumise | Path does not match |
| 30 | jobcard.enCours | /client/jobcard/liste_des_demandes_en_cours | Path does not match |
| 31 | jobcard.terminees | /client/jobcard/liste_des_demandes_terminees | Path does not match |
| 32 | jobcards_terminees | /jobcard/liste_des_tous_les_demandandes_terminees | Path does not match |
| 33 | jobcards.enCours | /jobcard/liste_de_toutes_les_demandes_en_cours | Path does not match |
| 34 | jobcards.soumises | /jobcard/liste_de_toutes_les_demandes_soumises | Path does not match |
| 35 | traitement_demande | /commercial/jobcard/traitement_demande/{id} | Path does not match |
| 36 | jobacard.client.edit | /client/jobcard/edit/{id} | Path does not match |
| 37 | traveaux_garage | /responsableGarage/jobcard/traveaux_garage/{id} | Path does not match |
| 38 | ajouter_traveau | /responsableGarage/jobcard/ajouter_traveau/{id} | Path does not match |
| 39 | responsableGarage_index | /responsableGarage/jobcard/index | Path does not match |
| 40 | details_travaux | /responsableGarage/travaux_details/{id} | Path does not match |
| 41 | app_commercial_voir_devis | /commercial/voir/devis | Path does not match |
| 42 | app_devis_commercial | /commercial/faire_le_devis/{id} | Path does not match |
| 43 | garagiste_index | /garagiste/index | Path does not match |
| 44 | app_home | / | Path does not match |
| 45 | piece.acceuil | /admin/piece_acceuil | Path does not match |
| 46 | piece.creation | /admin/piece_creation | Path does not match |
| 47 | app_profil_show | /profil/show/{id} | Path does not match |
| 48 | app_profil_entreprise_show | /profil/entreprise/{id} | Path does not match |
| 49 | app_register | /enregistrement | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.