panix/mod-exchange1c

模块 exchange1c

安装: 112

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

公开问题: 0

类型:yii2-extension

1.0.0 2019-04-29 09:55 UTC

This package is auto-updated.

Last update: 2024-09-29 05:01:28 UTC


README

PIXELION CMS 模块

Latest Stable Version Total Downloads Monthly Downloads Daily Downloads Latest Unstable Version License

安装

通过 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