2017 © Pedro Peláez
 

library yii2-misc

Yii2 misc

image

valiant/yii2-misc

Yii2 misc

  • Friday, November 6, 2015
  • by one-more-developer
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Yii2 misc

Yii2 misc, (*1)

Installation

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)

Usage

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, ], ]; }

The Versions

06/11 2015

dev-master

9999999-dev

Yii2 misc

  Sources   Download

Apache-2.0

The Requires

 

by ValianT

extension yii2 misc

06/11 2015

0.1

0.1.0.0

Yii2 misc

  Sources   Download

Apache-2.0

The Requires

 

by ValianT

extension yii2 misc