Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
| 3 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
| 4 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 5 | _wdt | /_wdt/{token} | Path does not match |
| 6 | _profiler_home | /_profiler/ | Path does not match |
| 7 | _profiler_search | /_profiler/search | Path does not match |
| 8 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 9 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 10 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 11 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 12 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 13 | _profiler_open_file | /_profiler/open | Path does not match |
| 14 | _profiler | /_profiler/{token} | Path does not match |
| 15 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 16 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 17 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 18 | app_activities | /activites | Path does not match |
| 19 | app_activity_show | /activites/{slug} | Path does not match |
| 20 | app_destinations | /destinations | Path does not match |
| 21 | app_destinations_popular | /destinations/populaires | Path does not match |
| 22 | app_destination_city | /destinations/{ville} | Path does not match |
| 23 | app_gifts | /cadeaux | Path does not match |
| 24 | app_gifts_category | /cadeaux/ateliers-creations | Path does not match |
| 25 | app_gifts_offer | /cadeaux/offrir | Path does not match |
| 26 | app_gifts_offer_payment | /cadeaux/offrir/paiement | Path does not match |
| 27 | app_offers | /offres | Path does not match |
| 28 | app_offers_all | /offres/toutes | Path does not match |
| 29 | app_home | / | Path does not match |
| 30 | app_event_create_success | /evenements/creer/succes | Path does not match |
| 31 | app_event_create | /evenements/creer/{etape} | Path does not match |
| 32 | app_events | /evenements | Path does not match |
| 33 | app_events_all | /evenements/tous | Path does not match |
| 34 | app_events_calendar | /evenements/calendrier | Path does not match |
| 35 | app_events_private | /evenements/prives | Path does not match |
| 36 | app_events_detail | /evenements/detail | Path does not match |
| 37 | app_events_participants | /evenements/detail/participants | Path does not match |
| 38 | app_groups | /evenements/groupes | Path does not match |
| 39 | app_group_album | /evenements/groupes/detail/photos/album | Path does not match |
| 40 | app_group_join_sent | /evenements/groupes/detail/demande-envoyee | Path does not match |
| 41 | app_group_detail | /evenements/groupes/detail/{onglet} | Path does not match |
| 42 | app_group_create_success | /evenements/groupes/creer/succes | Path does not match |
| 43 | app_group_create | /evenements/groupes/creer/{etape} | Path does not match |
| 44 | payment_success | /paiement/succes | Path does not match |
| 45 | payment_cancel | /paiement/annule | Path does not match |
| 46 | stripe_webhook | /webhook/stripe | Path does not match |
| 47 | 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.