yii2-extension mod-yandexmarket
Module yandexmarket
panix/mod-yandexmarket
Module yandexmarket
- Saturday, November 25, 2017
- by andrtechno
- Repository
- 1 Watchers
- 0 Stars
- 12 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
mod-yandexmarket
Module for yandexmarket 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-yandexmarket "*"
or add, (*5)
"panix/mod-yandexmarket": "*"
to the require section of your composer.json
file., (*6)
Add to web config., (*7)
'modules' => [
'yandexmarket' => ['class' => 'panix\mod\yandexmarket\Module'],
],