Alexander Skvortsov 0c95774333
Refactor Route Resolving and Dispatch (#2425)
- Split DispatchRoute. This allows us to run middleware after we figure out which route we're on, but before we actually execute the controller for that route.
- By making the route name explicitly available to middlewares, applications like CSRF and floodgate can set patterns based on route names instead of the path, which is an implementation detail.
- Support using route name match for CSRF extender, deprecate path match
2020-11-10 12:52:12 -05:00
..
2020-04-03 19:38:54 +02:00
2020-05-30 22:49:36 -04:00
2020-02-08 00:04:32 +01:00
2020-11-01 11:31:16 -05:00
2020-07-17 12:05:49 +02:00