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 | _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 | show_advice | /dashboard/advice/{slug} | Path does not match |
| 14 | my-advices | /dashboard/mon-programme/advices | Path does not match |
| 15 | get-stats | /api/stats/{user} | Path does not match |
| 16 | get-history | /api/history/{user} | Path does not match |
| 17 | get-advice | /api/advice | Path does not match |
| 18 | get-learnmore | /api/learnmore | Path does not match |
| 19 | get-learnmoreall | /api/learnmoreall | Path does not match |
| 20 | unrank-user | /api/user/unrank | Path does not match |
| 21 | delete-comapny | /api/company/delete | Path does not match |
| 22 | log | /api/log | Path does not match |
| 23 | jwp-logo | /api/jwp/logo | Path does not match |
| 24 | dt-users-stat | /api/dt/company/stat | Path does not match |
| 25 | dt-users-rh | /api/dt/company/rh | Path does not match |
| 26 | dt-users-rh-contact | /api/dt/company/rhcontact | Path does not match |
| 27 | contact | /contact | Path does not match |
| 28 | favorites | /favorites | Path does not match |
| 29 | remove-favorite | /favorite/remove-favorite | Path does not match |
| 30 | toggle-favorite | /api/toggle-favorite | Path does not match |
| 31 | add-favorite | /api/add-favorite | Path does not match |
| 32 | list-favorite | /api/list-favorite | Path does not match |
| 33 | favorite-exist | /api/favorite-exist | Path does not match |
| 34 | user_formations | /formations | Path does not match |
| 35 | user_formation | /formation/{id} | Path does not match |
| 36 | dt-formation | /api/dt/formations | Path does not match |
| 37 | homepage | / | Path does not match |
| 38 | getIntro | /getIntro | Path does not match |
| 39 | how_it_works | /how-it-works | Path does not match |
| 40 | notification | /notification | Path does not match |
| 41 | notificationRead | /notificationRead | Path does not match |
| 42 | notificationAllRead | /notificationAllRead | Path does not match |
| 43 | profil | /profile | Path does not match |
| 44 | user_profile | /dashboard/profile | Path does not match |
| 45 | my-program | /dashboard/mon-programme/{type} | Path does not match |
| 46 | content-program | /ajax/dashboard/mon-programme/{type} | Path does not match |
| 47 | api-search | /api/search | Path does not match |
| 48 | 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.