Module for PIXELION CMS
The preferred way to install this extension is through composer.
Either run
php composer require --prefer-dist panix/mod-compare "*"
or add
"panix/mod-compare": "*"
to the require section of your composer.json
file.
Add to web config.
'modules' => [
'compare' => ['class' => 'panix\mod\compare\Module'],
],