abdielcs/expanded-collection-bundle
最新稳定版本:v0.1.2
Composer 安装命令:
composer require abdielcs/expanded-collection-bundle
包简介
Symfony 2 and 3 bundle for rendering a collection of entities as an expanded selectable list
README 文档
README
Symfony 2 and 3 bundle for rendering a collection of entities as an expanded selectable list. Include some usefull form types extending the native entity form field, so all entity options could by used (like query_builder), except expanded and multiple, since all the bundle types are based in those options setted to true. Read more about entity type field.
Features
- Be able to configure wich entity properties or get method should be rendered and how.
- Render a collection of entities as an expanded checkbox list.
- Handling ManyToMany related collection as an expanded checkbox list.
- Support for bootstrap 3 symfony theme.
Installation
Step 1: Download the Bundle
$ composer require abdielcs/expanded-collection-bundle
This command requires you to have Composer installed globally, as explained in the Composer documentation.
Step 2: Enable the Bundle
<?php // app/AppKernel.php // ... class AppKernel extends Kernel { public function registerBundles() { $bundles = array( // ... new abdielcs\ExpandedCollectionBundle\ExpandedCollectionBundle(), ); } // ... }
That's it!. Now you can start to use it.
License
This software is published under the MIT License
统计信息
- 总下载量: 10.08k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 12
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-04-18
