Conflict between this and spatie/laravel-sluggable #468
Unanswered
chris-ware
asked this question in
Bugs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is a conflict between this and Spatie's sluggable package, due to the fact that the Tag model has a trait called 'HasSlugs' on it, which is the same as the one from the sluggable package.
As the sluggable package has mechanics for translatable slugs already supported, would it make sense to replace the local slug mechanics with those from that package?
I'd happily try and put together a PR for it, if it were going to me considered. It would be a breaking change, but would solve the conflict between the two.
Beta Was this translation helpful? Give feedback.
All reactions