Parable Routing 0.2.1
Pre-release
Pre-release
0.2.1
Changes
Well, that had unintentional effects, didn't it? The whole idea of named routes was that names were unique. So requiring an HTTP method to work with them that way is against that exact notion.
The following methods obviously don't require passing in the HTTP method:
getRouteByName(string $name): ?Route
buildRouteUrl(string $name, array $parameters = []): string
Ahh, the beauty of pre-release software 😅