集成/网站包

为集成中的内容提供网站前端


README

此包为集成中的内容提供网站前端,并具有编辑页面和导航的功能。

要求

  • 查看composer.json中的require部分

功能

  • 为集成中的内容提供网站前端
  • 提供编辑页面的能力
  • 提供编辑导航的能力

文档

安装

按照以下步骤安装此包

使用composer安装

$ php composer.phar require integrated/website-bundle:~0.3

启用包

// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Integrated\Bundle\WebsiteBundle\IntegratedWebsiteBundle()
        // ...
    );
}

导入路由

# app/config/routing.yml
integrated_website:
    resource: @IntegratedWebsiteBundle/Resources/config/routing.xml

许可证

此包采用MIT许可证。请查看包中的完整许可证。

LICENSE

贡献

欢迎提交拉取请求。请参阅我们的CONTRIBUTING指南

关于

此包是Integrated项目的一部分。您可以在集成开发者网站上了解更多关于此项目的信息。