Routing
home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
https://www.dev.gestibon.ca/login
Route Matching Logs
Path to match:
/
| # | 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 | admin | /admin | Path does not match |
| 14 | client_index | /client/ | Path does not match |
| 15 | client_inactive_index | /client/inactive | Path does not match |
| 16 | client_active_index | /client/active | Path does not match |
| 17 | client_new | /client/new | Path does not match |
| 18 | client_show | /client/{id} | Path does not match |
| 19 | client_edit | /client/{id}/edit | Path does not match |
| 20 | client_delete | /client/{id} | Path does not match |
| 21 | client_status_ajax | /client/ajax/{id}/status/ | Path does not match |
| 22 | client_import | /client/import | Path does not match |
| 23 | company_show | /company/ | Path does not match |
| 24 | company_edit | /company/edit | Path does not match |
| 25 | company_option_index | /company/option/ | Path does not match |
| 26 | company_option_new | /company/option/new | Path does not match |
| 27 | company_option_show | /company/option/{id} | Path does not match |
| 28 | company_option_edit | /company/option/{id}/edit | Path does not match |
| 29 | company_option_delete | /company/option/{id} | Path does not match |
| 30 | contract_index | /contract/ | Path does not match |
| 31 | contract_new | /contract/new | Path does not match |
| 32 | contract_generate | /contract/generate | Path does not match |
| 33 | contract_prices | /contract/prices | Path does not match |
| 34 | contract_print | /contract/{id}/print | Path does not match |
| 35 | contracts_bulk_print | /contract/print | Path does not match |
| 36 | contract_show | /contract/{id} | Path does not match |
| 37 | contract_edit | /contract/{id}/edit | Path does not match |
| 38 | contract_delete | /contract/{id} | Path does not match |
| 39 | daily_report_index | /daily_report/ | Path does not match |
| 40 | daily_report_new | /daily_report/new | Path does not match |
| 41 | daily_report_show | /daily_report/{id} | Path does not match |
| 42 | daily_report_print | /daily_report/{id}/print | Path does not match |
| 43 | daily_report_bulk_print | /daily_report/print | Path does not match |
| 44 | daily_report_edit | /daily_report/{id}/edit | Path does not match |
| 45 | daily_report_delete | /daily_report/{id} | Path does not match |
| 46 | 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.