Replies: 1 comment
-
I don't think Laravel has something for that out of the box. If you want that just for this promo use case I'd recommend to use a parameter and a pattern. https://laravel.com/docs/8.x/routing#parameters-regular-expression-constraints |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Please add for the ability to make URLs case insensitive. This would be very helpful for a lot of reasons and especially for vanity/shortcut URLs where someone may type in the address bar and capitalize a portion of it. I haven't been able to find a work around or solution that works
Like:
Beta Was this translation helpful? Give feedback.
All reactions