I need to add taxonomy support to my laravel 5.4 app where i can create vocabularies and terms (similar to drupal way). i found many packages but none of them is working. how to do that?
Asked
Active
Viewed 140 times
0
-
Did you try the most common one: https://github.com/DevFactoryCH/taxonomy – Troyer Jan 31 '17 at 09:22
-
yes. not working. The installtion looks like not for laravel 5.2+ – Zorox Jan 31 '17 at 10:17
-
Then I would create my own structure, you can check one DB schema there: http://stackoverflow.com/questions/16064976/many-to-many-relationships-with-taxonomy-in-eloquent – Troyer Jan 31 '17 at 10:19
-
looks like i'll end doing my own tagging system. I just wanted to save some time :) – Zorox Jan 31 '17 at 10:30