yii2-extension mod-stats
Module sitemap
panix/mod-stats
Module sitemap
- Wednesday, November 29, 2017
- by andrtechno
- Repository
- 1 Watchers
- 0 Stars
- 3 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
mod-stats
Module stats PIXELION CMS, (*1)
, (*2)
Installation
The preferred way to install this extension is through composer., (*3)
Either run, (*4)
php composer require --prefer-dist panix/mod-stats "*"
or add, (*5)
"panix/mod-stats": "*"
to the require section of your composer.json
file., (*6)
Add to web config.
```
'modules' => [
'stats' => ['class' => 'panix\mod\stats\Module'],
],, (*7)