集成 / 网站包
为集成中的内容提供网站前端
0.7
2017-10-30 12:26 UTC
Requires
- php: >=5.4
- ext-mongo: ~1.2
- doctrine/mongodb: ~1.3
- doctrine/mongodb-odm: ~1.1
- doctrine/mongodb-odm-bundle: ~3.2
- friendsofsymfony/jsrouting-bundle: ~1.5
- integrated/block-bundle: ~0.7
- integrated/channel-bundle: ~0.7
- integrated/content-bundle: ~0.7
- integrated/library: ~0.7
- integrated/menu-bundle: ~0.7
- integrated/page-bundle: ~0.7
- integrated/theme-bundle: ~0.7
- knplabs/knp-paginator-bundle: ~2.5
- sensio/framework-extra-bundle: ~3.0
- symfony/symfony: ~2.8 || ~3.0
- twbs/bootstrap: ~3.3
Requires (Dev)
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: ^2.8
Suggests
- integrated/channel-bundle: Manage channel configuration
- dev-master
- 0.7.x-dev
- 0.7
- 0.6.x-dev
- 0.6
- 0.5.x-dev
- 0.5
- 0.4.x-dev
- 0.4
- 0.3
- dev-INTEGRATED-1242
- dev-INTEGRATED-1229
- dev-INTEGRATED-1175
- dev-INTEGRATED-1174
- dev-INTEGRATED-1164-disappearing-block
- dev-INTEGRATED-1122
- dev-dynamicurls
- dev-INTEGRATED-428-show-block-in-edit-mode
- dev-INTEGRATED-1078
- dev-INTEGRATED-1055
- dev-INTEGRATED-1002
- dev-INTEGRATED-974-automatically-create-menu
- dev-INTEGRATED-956-upgrade-to-symfony-28-12
- dev-demo
- dev-INTEGRATED-730-editbar-should-only-be-vi
- dev-INTEGRATED-675-support-custom-menu-templ
- dev-INTEGRATED-586-add-document-in-controlle
- dev-feature/websitebundle_contact-block
This package is not auto-updated.
Last update: 2024-09-14 15:52:52 UTC
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项目的一部分。您可以在集成开发者网站上了解更多关于此项目的信息。