Slug is set to null when use term with non-ascii string
Closed this issue · 1 comments
kittipongint commented
I made a code like this -> $post->addTerm(['English','ภาษาไทย'], 'article_category');
[Table terms]
id name slug
1 English english
2 ภาษาไทย NULL
AlexanderPoellmann commented
That seems to be related to cviebrock/eloquent-sluggable
, have you looked into their docs?