Skip to content

robertobadjio/yii2-seo

Repository files navigation

Yii2 SEO

Yii2 SEO

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

"b4djo/yii2-seo": "*"

to the require section of your composer.json file.

Migrations

yii migrate --migrationPath=@klisl/mytest/migrations --interactive=0

Usage

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