https://buchung-dev.gericke-spedition.de/

Routing

home Matched route

Route Parameters

Name Value
route
"dashboard"

Route Redirection

This page redirects to:

https://buchung-dev.gericke-spedition.de/dashboard (route: "home")

Route Matching Logs

Path to match: /
# Route name Path Log
1 address /address Path does not match
2 address.edit /address/{id}/edit Path does not match
3 address.delete /address/{id}/delete Path does not match
4 ajax.address /address/get Path does not match
5 ajax.addresses /addresses Path does not match
6 ajax.address.make_favorite /address/make-favorite/{id} Path does not match
7 booking.changes /booking/{id}/changes Path does not match
8 booking.acceptOrDeny /booking/{id}/acceptOrDeny/{action} Path does not match
9 booking.checkProofOfDeliveryApi /booking/{id}/checkProofOfDeliveryApi Path does not match
10 ajax.holidays /holidays/get Path does not match
11 ajax.holidays.save /admin/holiday/save Path does not match
12 ajax.holidays.save.all /admin/holiday/save/all Path does not match
13 ajax.holidays.delete /admin/holiday/delete Path does not match
14 ajax.getroute /getroute/{route} Path does not match
15 ajax.translations /translations Path does not match
16 admin /admin Path does not match
17 blueprints /blueprints Path does not match
18 blueprint.edit /blueprint/{id}/edit Path does not match
19 blueprint.delete /blueprint/{id}/delete Path does not match
20 booking /booking Path does not match
21 booking.success /booking/success Path does not match
22 booking.show /booking/{id}/show Path does not match
23 booking.edit /booking/{id}/edit Path does not match
24 admin-csv /admin/{id}/csv Path does not match
25 history /history Path does not match
26 csv.download /booking/{bookingId}/csv Path does not match
27 dashboard /dashboard Path does not match
28 emailchange /email/change Path does not match
29 emailchange.cancel /email/cancel Path does not match
30 login /login Path does not match
31 logout /logout Path does not match
32 reset /password/reset Path does not match
33 reset.confirm /password/reset/confirm Path does not match
34 profile /profile Path does not match
35 register /register Path does not match
36 confirm /confirm Path does not match
37 holidays /admin/holidays Path does not match
38 pdf.download /booking/pdf/{bookingId}/{type}.pdf Path does not match
39 security.log_out /logout Path does not match
40 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.