konékt/serpa-sync-bundle

用于管理 Serpa 数据与 Sylius Sync Bundle 同步的包

1.1.0 2022-08-10 16:16 UTC

This package is auto-updated.

Last update: 2024-09-10 21:21:48 UTC


README

这是一个连接 sERPa ERP 和 Sylius Sync Bundle 的适配器,详情请见 sERPa ERPSylius Sync Bundle

安装

步骤 1:下载包

打开命令行界面,进入您的项目目录,并执行以下命令以下载此包的最新稳定版本

$ composer require konekt/serpa-sync-bundle "~1"

此命令需要您已全局安装 Composer,请参阅 Composer 文档中的安装章节

步骤 2:启用包

然后,将包添加到项目中 app/AppKernel.php 文件中已注册的包列表中,以启用该包

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...

            new \Konekt\SerpaSyncBundle\KonektSyliusSyncBundle(),
        );

        // ...
    }

    // ...
}

文档

请参考此处: 文档