集成/内容历史包

集成内容历史包

0.7 2017-10-25 11:13 UTC

This package is auto-updated.

Last update: 2024-08-26 20:56:53 UTC


README

此包提供内容历史功能

需求

  • 查看 composer.json 文件中的 require 部分

功能

  • 为 IntegratedContentBundle 提供内容历史

文档

安装

此包可以通过以下步骤安装

使用 composer 安装

$ php composer.phar require integrated/content-history-bundle:~0.5

启用包

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

导入路由

# app/config/routing.yml
integrated_content_history:
    resource: @IntegratedContentHistoryBundle/Resources/config/routing.xml
    prefix: "/admin"

许可证

此包采用 MIT 许可证。完整许可证请参阅包内

LICENSE

贡献

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

关于

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