dev-master
9999999-devYii2 misc
Apache-2.0
The Requires
by ValianT
extension yii2 misc
0.1
0.1.0.0Yii2 misc
Apache-2.0
The Requires
by ValianT
extension yii2 misc
Yii2 misc
Yii2 misc, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist valiant/yii2-misc "*"
or add, (*4)
"valiant/yii2-misc": "*"
to the require section of your composer.json
file., (*5)
SluggableBehavior:, (*6)
public function behaviors() { return [ ... 'slug' => [ 'class' => valiant\yii2\behaviors\SluggableBehavior::className(), 'from_attribute' => 'name_attribute', 'to_attribute' => 'slug_attribute', 'transliteration' => true, 'unique' => true, ], ]; }
Yii2 misc
Apache-2.0
extension yii2 misc
Yii2 misc
Apache-2.0
extension yii2 misc