How can I add data in the taggables
table
#292
Unanswered
Fredericld
asked this question in
Q&A
Replies: 1 comment
-
Very late to the party, but according to the test in https://github.com/spatie/laravel-tags/blob/main/tests/TestClasses/TestCustomTagModel.php you can create a custom tag model and overwrite which table is used |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I need to add a score against the tags allocated to my users.
I have added a
score
column in thetaggables
table but I am really not sure how I feed it or read it.I can not see anything in the doc to do this kind of action. is it even possible?
Beta Was this translation helpful? Give feedback.
All reactions