robote13 / yii2-seotags-manager
This extension provides behavior functions for seo meta tags and view helper for registering them. Automatically loading the correct row from the database using the currently route and params.
0.1.7
2020-11-18 21:11 UTC
Requires
- bower-asset/remarkable-bootstrap-notify: ~3.1
- robote13/yii2-components: ^1.0.0
- yiisoft/yii2: ^2.0.14
README
This extension provides behavior functions for meta tags and view helper for registering them. Automatically loading the correct row from the database using the currently route and params.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist robote13/yii2-seotags-manager "^0.1.0"
or add
"robote13/yii2-seotags-manager": "^0.1.0"
to the require section of your composer.json
file.