panix / mod-yandexmarket
yandexmarket 模块
dev-master
2019-12-05 04:32 UTC
This package is auto-updated.
Last update: 2024-09-05 14:35:10 UTC
README
yandexmarket PIXELION CMS 模块
安装
通过 composer 安装此扩展是首选方式。
运行以下命令
php composer require --prefer-dist panix/mod-yandexmarket "*"
或者在您的 composer.json
文件的 require 部分添加以下内容
"panix/mod-yandexmarket": "*"
to the require section of your composer.json
file.
添加到 web 配置文件。
'modules' => [
'yandexmarket' => ['class' => 'panix\mod\yandexmarket\Module'],
],