集成 / 块包
集成块包
0.7
2017-07-24 07:05 UTC
Requires
- php: >=5.4
- doctrine/mongodb: ~1.3
- doctrine/mongodb-odm: ~1.1
- doctrine/mongodb-odm-bundle: ~3.2
- integrated/content-bundle: ~0.7
- integrated/formtype-bundle: ~0.7
- integrated/library: ~0.7
- integrated/menu-bundle: ~0.7
- integrated/slug-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
Requires (Dev)
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: ^2.8
Suggests
- integrated/page-bundle: Extend block bundle functionality
- 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-1222-poll-bundle-block
- dev-INTEGRATED-613-add-edit-block-link-with-
- dev-INTEGRATED-586-add-document-form-control
- dev-feature/dynamic-url
- dev-INTEGRATED-482-add-blocks-to-the-navigat
- dev-bug/only-process-short-codes-on-response-objects
This package is auto-updated.
Last update: 2024-08-28 03:51:10 UTC
README
此包提供块管理功能
需求
- 查看composer.json中的require部分
特性
- 块管理
文档
安装
此包可以按照以下步骤安装
使用composer安装
$ php composer.phar require integrated/block-bundle:~0.3
启用该包
// app/AppKernel.php
public function registerBundles()
{
return array(
// ...
new Integrated\Bundle\BlockBundle\IntegratedBlockBundle()
// ...
);
}
导入路由
# app/config/routing.yml
integrated_block:
resource: "@IntegratedBlockBundle/Resources/config/routing.xml"
prefix: "/admin"
许可证
此包采用MIT许可证。请参阅包中的完整许可证
LICENSE
贡献
欢迎提交拉取请求。请参阅我们的贡献指南。
关于
此包是Integrated项目的一部分。您可以在Integrated for Developers网站上了解更多关于此项目的信息。