rtconner / laravel-tagging

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

Installation Details Complete? #14

Closed omarjebari closed 10 years ago

omarjebari commented 10 years ago

Ive tried your installation instructions but i get the error:

Trait 'MyProject\Repositories\Conner\Tagging\Taggable' not found, if i put the 'use' package statement where you suggest. If i put it outside my class declaration then the error goes away but i get:

Call to undefined method Illuminate\Database\Query\Builder::tag()

Can you give some more complete installation instructions. The composer and artisan steps worked fine but this is frustrating.

carcinocron commented 10 years ago

How is this invalid without an explanation or solution?