Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.22 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.22 KB

mod-compare NO TEST, NO FINISH!

Module for PIXELION CMS

Latest Stable Version Total Downloads Monthly Downloads Daily Downloads Latest Unstable Version License

Installation

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'],
],