panix / mod-seo
Module seo
dev-master
2023-07-24 09:07 UTC
This package is auto-updated.
Last update: 2026-02-24 14:27:03 UTC
README
Module for PIXELION CMS
Installation
The preferred way to install this extension is through composer.
Either run
php composer require --prefer-dist panix/mod-seo "*"
or add
"panix/mod-seo": "*"
to the require section of your composer.json file.
Add to web config.
'modules' => [
'seo' => ['class' => 'panix\mod\seo\Module'],
],
Migrate
php yii migrate --migrationPath=vendor/panix/mod-seo/migrations
Content Management System "PIXELION CMS"
www.pixelion.com.ua
The module is under development, any moment can change everything.