rtconner / laravel-tagging

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

[Feature request]: Don't capitalise every word #130

Closed jamesmorrish closed 7 years ago

jamesmorrish commented 7 years ago

Firstly thanks for the package, installed and working no problems and exactly what I need.

However if I enter a tag like "Foo bar", it capitalises both words to "Foo Bar". Please can you provide a config option to stop this from happening ?

rtconner commented 7 years ago

There is a configuration option for this. See https://github.com/rtconner/laravel-tagging/blob/laravel-5/config/tagging.php