rtconner / laravel-tagging

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

Taxonomy Feature #28

Closed UnderlineWords closed 9 years ago

UnderlineWords commented 9 years ago

Hi, I'm using this package in my CMS project. Your package is a great solution for tagging and thanks for sharing! I wanna ask you that; are you planning to development a Taxonomy feature as part of your tagging package?

rtconner commented 9 years ago

No that I know of. Do you have details of how you think that should work, specifically?

UnderlineWords commented 9 years ago

I actually don't know how to work exactly. But i tried couple times with a new taxonomy model (with add, edit, delete actions and terms relation to taxonomy). But i couldn't unfortunately. I'm new about Laravel and i'm still trying to learning. But i would like to share when i find a solution.