rtconner / laravel-tagging

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

desired tag names #84

Closed Younesi closed 8 years ago

Younesi commented 8 years ago

Hi, I have installed and implemented the package successfully,the only thing that bugs me is that tags' name will be saved in DB in ucfirst format like: Tagname. No matter how you'd like them to be, if it's an abbreviation or acronym like PHP it's gonna be Php or if you want your tag name to be like camelCase it's going to be Camelcase. Does not seem cool. any idea how to [change] this ?

rtconner commented 8 years ago

overwrite the displayer or normalizer configs to format them how you want.