rtconner / laravel-tagging

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

Call to undefined method Illuminate\Database\Query\Builder::withAnyTag() #73

Closed shahkeyurc closed 9 years ago

shahkeyurc commented 9 years ago

I am stuck with one issue, on my local machine tagging is working perfectly fine, but in the production server I get this error Call to undefined method Illuminate\Database\Query\Builder::withAnyTag()

Can you please help me out with the same?

rtconner commented 9 years ago

If you solve this, please share how you solved it.