ynfinite / contao-com-bundle
添加Ynfinite通信功能
dev-master
2019-02-04 12:12 UTC
Requires
- php: ^7.0
- contao/core-bundle: ^4.4.2
- symfony/framework-bundle: ^3.3
Requires (Dev)
- contao/manager-plugin: ^2.0
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
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许可证授权
获取支持
访问支持页面了解可用的支持选项。