panix / mod-faq
Module faq
dev-main
2021-12-02 08:44 UTC
Requires
- panix/engine: *
This package is auto-updated.
Last update: 2026-03-01 00:36:53 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-faq "*"
or add
"panix/mod-faq": "*"
to the require section of your composer.json file.
Add to web config.
'modules' => [
'faq' => ['class' => 'panix\mod\faq\Module'],
],
Migrate
php yii migrate --migrationPath=vendor/panix/mod-faq/migrations