Allow non-latin slugs using DoctrineExtensions sluggable
.
- add the
slugger
class (change the namespace of course) - if you using symfony, add the missing lines to your
sluggable
service as described insymfony-services.yml
- if you using only with PHP, call the
sluggable service
method as described incall.php