Example #1
0
 public static function getSlug($str)
 {
     $helper = new Helpers();
     Inflector::$transliteration = array_merge(Inflector::$transliteration, $helper->listUnicodeChar());
     return Inflector::slug($str, '-', false);
 }