b4djo / yii2-seo
Yii2 SEO
v1.0.0
2019-02-12 18:33 UTC
Requires
- php: >=5.6.0
- yiisoft/yii2: ^2.0.13
- yiisoft/yii2-bootstrap: ~2.0.0
This package is auto-updated.
Last update: 2026-03-13 13:03:59 UTC
README
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 :