Correct way to use different table names #543
Unanswered
HelenaGwyn
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I installed the package but have to use tablenames with a prefix since there is an existent tags-table from an old personal attempt to create tags. These are the steps I took with some issues wondering what is the correct way to do this.
This gives the error
because on line
vendor/spatie/laravel-tags/src/HasTags.php:295
the use oftag_id
is hardcoded with->pluck('tag_id')
.This works and wondering if this is the most correct way.
Beta Was this translation helpful? Give feedback.
All reactions