Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | show-events | /{_locale}/show-events | Path does not match |
| 2 | show-technical-dates | /{_locale}/show-technical-dates | Path does not match |
| 3 | show-insurance-dates | /{_locale}/show-insurance-dates | Path does not match |
| 4 | app_car_owner | /car | Path does not match |
| 5 | app_car_vin | /car/vin | Path does not match |
| 6 | app_single_file_repair | /storage/uploads/{car}/{repair}/{file} | Path does not match |
| 7 | app_single_file_car | /storage/uploads/{car}/{file} | Path does not match |
| 8 | app_single_file | /pdf/{plate}/{file} | Path does not match |
| 9 | 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.