panix / mod-yandexmarket
Module yandexmarket
Package info
github.com/andrtechno/mod-yandexmarket
Type:yii2-extension
pkg:composer/panix/mod-yandexmarket
dev-master
2019-12-05 04:32 UTC
This package is auto-updated.
Last update: 2026-03-05 17:51:20 UTC
README
Module for yandexmarket PIXELION CMS
Installation
The preferred way to install this extension is through composer.
Either run
php composer require --prefer-dist panix/mod-yandexmarket "*"
or add
"panix/mod-yandexmarket": "*"
to the require section of your composer.json file.
Add to web config.
'modules' => [
'yandexmarket' => ['class' => 'panix\mod\yandexmarket\Module'],
],