Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 510 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 510 Bytes

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 :