ynfinite/contao-com-bundle

添加Ynfinite通信功能

安装: 294

依赖项: 0

建议者: 0

安全: 0

语言:JavaScript

类型:contao-bundle

dev-master 2019-02-04 12:12 UTC

This package is auto-updated.

Last update: 2024-09-04 23:58:46 UTC


README

Ynfinte是为每个人提供的营销自动化解决方案。访问项目网站获取更多信息。

Contao CMS的通信组件允许您的网站与Ynfinite之间进行通信。

安装

在您的项目目录中运行以下命令

php composer.phar require ynfinite/com-bundle

激活

调整您的app/AppKernel.php文件

// app/AppKernel.php
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            new Ynfinite\ComBundle\YnfiniteComBundle(),
        ];
    }
}

许可证

Contao根据LGPLv3条款授权。Ynfinite ComBundle根据MIT许可证授权

获取支持

访问支持页面了解可用的支持选项。