rtconner / laravel-tagging

Tag support for Laravel Eloquent models - Taggable Trait
MIT License
882 stars 168 forks source link

Added persian character maps #191

Closed AmirMehrabi closed 4 years ago

AmirMehrabi commented 4 years ago

Hello, Thank you for this amazing package.

So when I tried to use this package, I realized my Persian/Farsi strings wouldn't process as they should, and as a result, my slugs were all messed up. So I added Persian character maps to the "slug" method.

Please take a look, see if it's any good.

rtconner commented 4 years ago

why closed? I haven't looked at it yet.

AmirMehrabi commented 4 years ago

Sorry. After I opened this PR, I figured there was a "laravel-8" branch for compatibility with latest Laravel version. So I closed this and opened a new PR with your changes on "laravel 8" branch.