From ac5a48b073287df678621da10dcc47c0290bda17 Mon Sep 17 00:00:00 2001 From: Mathias Arlaud Date: Fri, 6 Dec 2019 17:00:33 +0100 Subject: [PATCH] Add SymbokBundle recipe --- mtarld/symbok-bundle/2.0/config/packages/symbok.yaml | 4 ++++ mtarld/symbok-bundle/2.0/manifest.json | 8 ++++++++ mtarld/symbok-bundle/2.0/post-install.txt | 6 ++++++ 3 files changed, 18 insertions(+) create mode 100644 mtarld/symbok-bundle/2.0/config/packages/symbok.yaml create mode 100644 mtarld/symbok-bundle/2.0/manifest.json create mode 100644 mtarld/symbok-bundle/2.0/post-install.txt diff --git a/mtarld/symbok-bundle/2.0/config/packages/symbok.yaml b/mtarld/symbok-bundle/2.0/config/packages/symbok.yaml new file mode 100644 index 00000000..059dff78 --- /dev/null +++ b/mtarld/symbok-bundle/2.0/config/packages/symbok.yaml @@ -0,0 +1,4 @@ +# symbok: +# # Namespaces that you want to be processed by symbok +# namespaces: +# - 'App\Entity' diff --git a/mtarld/symbok-bundle/2.0/manifest.json b/mtarld/symbok-bundle/2.0/manifest.json new file mode 100644 index 00000000..00e640e5 --- /dev/null +++ b/mtarld/symbok-bundle/2.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Mtarld\\SymbokBundle\\SymbokBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/mtarld/symbok-bundle/2.0/post-install.txt b/mtarld/symbok-bundle/2.0/post-install.txt new file mode 100644 index 00000000..ea57b2bf --- /dev/null +++ b/mtarld/symbok-bundle/2.0/post-install.txt @@ -0,0 +1,6 @@ + + What's next for SymbokBundle? + + + * Configure bundle in config/packages/symbok.yaml + * Read the documentation at https://github.com/mtarld/symbok-bundle/blob/master/src/Resources/doc/index.md