We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf49670 commit 8741f76Copy full SHA for 8741f76
README.md
@@ -1 +1,15 @@
1
-Work in progress...
+Work in progress...
2
+
3
+Expanded Collection List
4
+========================
5
6
+--picture here--
7
8
+Symfony 2 and 3 bundle for rendering related collections of entities
9
+as an expanded selectable list.
10
11
+**Features**
12
13
+ * Render OneToMany related collection as a selectable list.
14
+ * Render ManyToMany related collection as a selectable list.
15
+ * Configurable entity properties to be rendered.
composer.json
@@ -16,7 +16,7 @@
16
"require" : {
17
},
18
"autoload" : {
19
- "psr-0" : {
+ "psr-4" : {
20
"abdielcs\\ExpandedCollectionBundle" : ""
21
}
22
0 commit comments