Lecturize/Laravel-Taxonomies

Slug is set to null when use term with non-ascii string

Closed this issue · 1 comments

I made a code like this -> $post->addTerm(['English','ภาษาไทย'], 'article_category');

[Table terms]
id name slug

1 English english
2 ภาษาไทย NULL

That seems to be related to cviebrock/eloquent-sluggable, have you looked into their docs?