Replies: 1 comment 3 replies
-
Bit opinionated I guess. Moving to discussions. I doubt this will ever make it in because of the breaking change. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Description:
The slug helper removes slashes instead of replacing them with a dash.
Comments from
Illuminate/Support/Str.php
:I guess slash is a separator symbol, therefore it shouldn't be removed but replaced by a separator.
Steps To Reproduce:
Beta Was this translation helpful? Give feedback.
All reactions