2017 © Pedro Peláez
 

yii2-extension yii2-seo

SEO extension for the Yii framework

image

maks757/yii2-seo

SEO extension for the Yii framework

  • Tuesday, June 5, 2018
  • by maks757
  • Repository
  • 1 Watchers
  • 0 Stars
  • 42 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 10 Versions
  • 31 % Grown

The README.md

yii-seo

Yii framework seo optimization module, (*1)

yii migrate --migrationPath=@vendor/maks757/yii2-seo/migrations, (*2)

ActiveRecord config behaviors

public function behaviors()
{
    return [
        'seo_data' => [
            'class' => 'maks757\seo\behaviors\SeoDataBehavior',
            'generation_field' => 'title'
        ],
        //...
    ];
}

add rules, (*3)

public function rules()
{
    return [
        //...
        [['seoUrl', 'seoTitle',], 'string', 'max' => 255],
        [['seoKeywords',], 'string', 'max' => 512],
        [['seoDescription',], 'string', 'max' => 1024],
    ];
}

you can add properties, (*4)

/**
 * @property string $seoUrl
 * @property string $seoTitle
 * @property string $seoKeywords
 * @property string $seoDescriptin
 */

and add input to form, (*5)

<?= $form->field($model, 'seoUrl')->textInput() ?>
<?= $form->field($model, 'seoTitle')->textInput() ?>
<?= $form->field($model, 'seoDescription')->textarea() ?>
<?= $form->field($model, 'seoKeywords')->textarea() ?>

The Versions

05/06 2018

dev-master

9999999-dev

SEO extension for the Yii framework

  Sources   Download

The Requires

 

by Gutsulyak Vadim
by Cherednyk Maxim

yii2 seo

15/05 2018

v1.1.0

1.1.0.0

SEO extension for the Yii framework

  Sources   Download

The Requires

 

by Gutsulyak Vadim
by Cherednyk Maxim

yii2 seo

13/04 2018

v1.0.0

1.0.0.0

SEO extension for the Yii framework

  Sources   Download

The Requires

 

by Gutsulyak Vadim
by Cherednyk Maxim

yii2 seo

21/02 2017

dev-asdfsadfsadfasd

dev-asdfsadfsadfasd

SEO extension for the Yii framework

  Sources   Download

The Requires

 

by Gutsulyak Vadim
by Cherednyk Maxim

yii2 seo

21/02 2017

0.1.4

0.1.4.0

SEO extension for the Yii framework

  Sources   Download

The Requires

 

by Gutsulyak Vadim
by Cherednyk Maxim

yii2 seo

21/02 2017

0.1.3

0.1.3.0

SEO extension for the Yii framework

  Sources   Download

The Requires

 

by Gutsulyak Vadim
by Cherednyk Maxim

yii2 seo

10/06 2016

0.1.2

0.1.2.0

SEO extension for the Yii framework

  Sources   Download

The Requires

 

by Gutsulyak Vadim

yii2 seo

04/05 2016

0.1

0.1.0.0

SEO extension for the Yii framework

  Sources   Download

The Requires

 

by Gutsulyak Vadim

yii2 seo

04/05 2016

0.0.2

0.0.2.0

SEO extension for the Yii framework

  Sources   Download

The Requires

 

by Gutsulyak Vadim

yii2 seo

18/03 2016

0.0.1

0.0.1.0

SEO extension for the Yii framework

  Sources   Download

The Requires

 

by Gutsulyak Vadim

yii2 seo