Skip to content

Commit

Permalink
Allow for custom ConfigureRoutes implementations
Browse files Browse the repository at this point in the history
Also in FastRoute:

- rename $configuredRoutes and $routeConfiguration to $configureRoutes for consistency
- add processedRoutes() method to expose processed routes for examination, e.g. by a URL dumper
- add configureRoutes() method to allow testing for the custom implementation
- make RouteCollector non-final so it can be extended by consumers, e.g. to auto-add route names
  • Loading branch information
pmjones committed Mar 10, 2024
1 parent d3ada01 commit dcc321d
Show file tree
Hide file tree
Showing 5 changed files with 184 additions and 130 deletions.
Loading

0 comments on commit dcc321d

Please sign in to comment.