panix / mod-stats
Module sitemap
dev-master
2020-04-05 09:17 UTC
This package is auto-updated.
Last update: 2026-03-05 22:43:07 UTC
README
Module stats PIXELION CMS
Installation
The preferred way to install this extension is through composer.
Either run
php composer require --prefer-dist panix/mod-stats "*"
or add
"panix/mod-stats": "*"
to the require section of your composer.json file.
Add to web config.
'modules' => [
'stats' => ['class' => 'panix\mod\stats\Module'],
],