2017 © Pedro Peláez
 

yii2-extension yii2-slugwidget

Widget for autogeneration slug

image

heggi/yii2-slugwidget

Widget for autogeneration slug

  • Thursday, July 6, 2017
  • by heggi
  • Repository
  • 0 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 12 % Grown

The README.md

SlugWidget

Widget for autogeneration slug, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist heggi/yii2-slugwidget "*"

or add, (*4)

"heggi/yii2-slugwidget": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

<?= $form->field($model, 'title')->textInput(['maxlength' => true]) ?>
<?= $form->field($model, 'slug')->widget(\heggi\slugwidget\SlugWidget::className(), ['title' => 'title']) ?>

The Versions

06/07 2017

dev-master

9999999-dev

Widget for autogeneration slug

  Sources   Download

MIT

The Requires

 

by Avatar heggi

yii2 widget slug

06/07 2017

v0.1.0.1

0.1.0.1

Widget for autogeneration slug

  Sources   Download

MIT

The Requires

 

by Avatar heggi

yii2 widget slug

06/07 2017

v0.1

0.1.0.0

Widget for autogeneration slug

  Sources   Download

MIT

The Requires

 

by Avatar heggi

yii2 widget slug