dlds/yii2-metas Yii2 Meta Tags handler

handlermetas

Meta tags for Yii 2.x

Meta tags extension for Yii 2.0. Used for registering appropriate meta tags into current web view.

Available tags types

Configuration

'components' => [
    'metas' => [
        'class' => 'dlds\metas\MetaHandler',
                'title' => 'Default title goes here',
                'description' => 'Default description goes here',
                //...
    ],
    //...
],

Usage

Meta tags must be registered before page render do its work

Yii::$app->metas->title = 'Custom title';
Yii::$app->metas->description = 'Custom description';

Available Properties

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



1.0.6 is the latest of 7 releases



BSD license
Stats
0 github stars & 0 github forks
2 downloads in the last day
15 downloads in the last 30 days
7531 total downloads