Template for yii2 module based on yii2-crud-fields
For license information check the LICENSE-file.
The preferred way to install this extension is through composer.
Either run
php composer.phar require execut/yii2-pages-seo
or add
"execut/yii2-pages-seo": "dev-master"
to the require section of your composer.json
file.
Add bootstrap to config file:
return [
'bootstrap' => [
'pagesSeo' => \execut\pagesSeo\bootstrap\Common::class,
]
];
Comments