panix / mod-forum
Module forum
dev-master
2022-03-18 20:01 UTC
This package is auto-updated.
Last update: 2022-03-18 20:01:57 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-forum "*"
or add
"panix/mod-forum": "*"
to the require section of your composer.json file.
Add to web config.
'modules' => [
'forum' => ['class' => 'panix\mod\forum\Module'],
],