composer require --prefer-dist nsept/yii2-cyrillic-slug-behavior "*"
public function behaviors()
{
return [
[
'class' => \nsept\behaviors\CyrillicSlugBehavior::className()
//'attribute' => 'title'
//'slugAttribute' => 'slug',
]
];
}
Comments