panix / mod-exchange1c
模块 exchange1c
1.0.0
2019-04-29 09:55 UTC
Requires
This package is auto-updated.
Last update: 2024-09-29 05:01:28 UTC
README
PIXELION CMS 模块
安装
通过 composer 安装此扩展是首选方式。
运行
php composer require --prefer-dist panix/mod-exchange1c "*"
或添加
"panix/mod-exchange1c": "*"
到您的 composer.json 文件的 require 部分中。
添加到 web 配置。
'modules' => [
'exchange1c' => ['class' => 'panix\mod\exchange1c\Module'],
],
迁移
php yii migrate --migrationPath=vendor/panix/mod-exchange1c/migrations