nsept/yii2-intlless-slug-behavior Yii2 Slug Behavior

behaviorslug

Yii2 Intlless Slug Behavior

Install

Run: composer require nsept/yii2-intlless-slug-behavior "dev-master"

Usage

public function behaviors()
{
    return [
        'slug' => [
            'class' => 'nsept\behaviors\IntllessSlugBehavior',
            'slugAttribute' => 'slug',
            'fromAttribute' => 'name',
        ]
    ];
}

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



v1.0.0 is the latest of one release



MIT license
Stats
0 github stars & 0 github forks
0 downloads in the last day
1 downloads in the last 30 days
4 total downloads