Created
April 6, 2020 23:52
-
-
Save shameemreza/8b259911e3f6c0546cf27bd9c2fc223e to your computer and use it in GitHub Desktop.
Str::slug()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$url = Str::slug('Shameem Reza'); | |
// We get the following friendly URL | |
gelatina-de-fresa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment