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

This package is auto-updated.

Last update: 2024-03-19 03:58:33 UTC


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.