porshkevich/yii2-seo-core

Seo Core extension for the Yii2 framework. Control tags and url aliases.

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 1

Open Issues: 0

Type:yii2-extension

0.1.1 2016-09-06 17:24 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:35:23 UTC


README

Seo Core extension for the Yii2 framework. Control tags and url aliases.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist porshkevich/yii2-seo-core "*"

or add

"porshkevich/yii2-seo-core": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

'seocore'=>[
	'class'=>'porshkevich\seocore\SeoCore',
]

And add SEO extension to bootstrap

'bootstrap' => ['log', 'seocore']