Routing
home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_index | /admin | Path does not match |
| 2 | company_index | /firmy/ | Path does not match |
| 3 | company_update | /firmy/zapisz | Path does not match |
| 4 | company_remove | /firmy/usun-firme/{id} | Path does not match |
| 5 | task_complete | /cron/zakoncz-zadania-cykliczne | Path does not match |
| 6 | remind | /cron/przypominajka | Path does not match |
| 7 | home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.