Skip to content

Fix route matching where route declares regular expression constraints#211

Merged
bastien-phi merged 1 commit intomasterfrom
fix-210
Jun 4, 2025
Merged

Fix route matching where route declares regular expression constraints#211
bastien-phi merged 1 commit intomasterfrom
fix-210

Conversation

@bastien-phi
Copy link
Copy Markdown
Collaborator

When route is declared with regular expression constraints, the regex failed to match the route when route parameters are different between Laravel and the OpenApi definition.

This PR fixes this

fixes #210

@bastien-phi bastien-phi merged commit 9a57c14 into master Jun 4, 2025
11 checks passed
@bastien-phi bastien-phi deleted the fix-210 branch June 4, 2025 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Route not found when parameters are of not type string. Problematic for router model binding

2 participants