Routing
operacje_wydatki_new
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/operacje/wydatki
(route: "n/a")
Route Matching Logs
Path to match:
/operacje/wydatki/new
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_budget_realization | /budget/realization | Path does not match |
| 2 | app_homepage | / | Path does not match |
| 3 | app_kategoria | /kategoria2 | Path does not match |
| 4 | kategoria_new | /kategoria/new | Path does not match |
| 5 | app_konta_index | /konta | Path does not match |
| 6 | app_konta_new | /konta/nowe | Path does not match |
| 7 | app_konta_edit | /konta/{id}/edytuj | Path does not match |
| 8 | operacje_przychody_new | /operacje/przychody/new | Path does not match |
| 9 | operacje_przychody | /operacje/przychody | Path does not match |
| 10 | operacje_przychody_edit | /operacje/przychody/edit/{id} | Path does not match |
| 11 | operacje_przychody_delete | /operacje/przychody/delete/{id} | Path does not match |
| 12 | operacje_wydatki | /operacje/wydatki | Path does not match |
| 13 | operacje_wydatki_new | /operacje/wydatki/new | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.