b4djo / yii2-seo
Yii2 SEO
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.6.0
- yiisoft/yii2: ^2.0.13
- yiisoft/yii2-bootstrap: ~2.0.0
This package is auto-updated.
Last update: 2025-05-13 11:18:50 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 :