rtconner / laravel-tagging

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

Config not read #44

Closed sfolador closed 9 years ago

sfolador commented 9 years ago

Hi,

it seems that the Laravel 4 version of this package doesn't consider the configs in config.php. We are trying to avoid the ucfirst of the tag name but it doesn't work. Any ideas?

sfolador commented 9 years ago

Hi, my mistake. We forgot to add the provider name in app.php. Sorry.

rtconner commented 9 years ago

Glad it's working :)