This package helps you to implement seo params for entities in your project easier
php composer.phar require "moein7tl/yii2-seo:dev-master"
or add
"moein7tl/yii2-seo": "dev-master,
class Post extends ActiveRecord
{
use SeoTrait;
/**
* @return array
*/
public function behaviors()
{
return [
[
'class' => SeoBehavior::className()
]
];
}
}
No stable releases.
Comments