I am facing the same problem...Looking for solution...
Apr 24, 2016
5
Level 6
How to let Chinese characters show in URI when using eloquent-sluggable?
I was using the package "https://github.com/cviebrock/eloquent-sluggable" in my application. The slug was set to be same as the title of a certain model. The slug, however, could only be shown when the title is in English. If the title is in Chinese characters, nothing is shown in slug attribute, e.g. $model->slug.
Does any one know the trick so that Chinese Characters could be shown in the 'slug' attribute? Namely, {{$model->slug}} can show the title string in Chinese characters when making view with *.blade.
Please or to participate in this conversation.