Browse Source

first commit

frederic 3 years ago
commit
bfb8fd58eb

+ 1
- 0
README.md View File

@@ -0,0 +1 @@
1
+# flex-repository

+ 5
- 0
config.json View File

@@ -0,0 +1,5 @@
1
+{
2
+    "projects": {
3
+        "01DABAAPM2TS1PFSBAC738VNZ5": "project test"
4
+    }
5
+}

+ 2
- 0
logipro/examplebundle/1.0/config/packages/logipro_example.yaml View File

@@ -0,0 +1,2 @@
1
+logipro_example:
2
+    username_provider: Logipro\Bundle\ExampleBundle\Entity\User

+ 3
- 0
logipro/examplebundle/1.0/config/routes/example.yaml View File

@@ -0,0 +1,3 @@
1
+_examples:
2
+    resource: '@LogiproExampleBundle/Resources/config/routing/routing.yml'
3
+    prefix: /example

+ 8
- 0
logipro/examplebundle/1.0/manifest.json View File

@@ -0,0 +1,8 @@
1
+{
2
+    "bundles": {
3
+        "Logipro\\Bundle\\ExampleBundle\\LogiproExampleBundle": ["all"]
4
+    },
5
+    "copy-from-recipe": {
6
+        "config/": "%CONFIG_DIR%/"
7
+    }
8
+}

Loading…
Cancel
Save