pixelion/amo-core

Amo 核心库

dev-main 2021-03-24 17:17 UTC

This package is auto-updated.

Last update: 2024-09-25 01:02:02 UTC


README

PIXELION

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

安装

安装此扩展的首选方式是通过 Composer

运行以下命令之一

php composer require --prefer-dist pixelion/amo-core "*"

或者

"pixelion/amo-core": "*"

将以下内容添加到您的 composer.json 文件的 require 部分中。

添加到 Web 配置文件中。

'modules' => [
    'amocrm' => ['class' => 'Pixelion\AmoCrm\Module'],
]

迁移

php yii migrate --migrationPath=vendor/pixelion/amo-core/migrations