Open glauberm opened 3 years ago
The Illuminate\Str::slug function replaces the @ character with the word 'at' which hurts the internationalization of slugs a little bit. Would a PR that adds a parameter (e.g atSignReplacement = 'at') to allow customization of the replacement be accepted?
Illuminate\Str::slug
@
atSignReplacement = 'at'
The
Illuminate\Str::slug
function replaces the@
character with the word 'at' which hurts the internationalization of slugs a little bit. Would a PR that adds a parameter (e.gatSignReplacement = 'at'
) to allow customization of the replacement be accepted?