rtconner / laravel-tagging

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

Eager loading? #52

Closed cerw closed 9 years ago

cerw commented 9 years ago

Hello,

Great work on this package, I can not get eager loading to work? What's the trick ? L5.

ta

rtconner commented 9 years ago

I think it was Article::with('tagged')->get();

I think? I can look later. Looks like I accidentally removed that from the docs. Have to add that back in.

rtconner commented 9 years ago

Updated documentation.