From ac5a48b073287df678621da10dcc47c0290bda17 Mon Sep 17 00:00:00 2001 From: Mathias Arlaud Date: Fri, 6 Dec 2019 17:00:33 +0100 Subject: [PATCH 1/3] 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 From a6b6bdbd362ec5efe97bb6d1b5e88a370917bb99 Mon Sep 17 00:00:00 2001 From: Mathias Arlaud Date: Thu, 2 Jan 2020 13:24:29 +0100 Subject: [PATCH 2/3] Remove yaml config useless comments --- mtarld/symbok-bundle/2.0/config/packages/symbok.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mtarld/symbok-bundle/2.0/config/packages/symbok.yaml b/mtarld/symbok-bundle/2.0/config/packages/symbok.yaml index 059dff78..f0aff8e2 100644 --- a/mtarld/symbok-bundle/2.0/config/packages/symbok.yaml +++ b/mtarld/symbok-bundle/2.0/config/packages/symbok.yaml @@ -1,4 +1,4 @@ -# symbok: -# # Namespaces that you want to be processed by symbok -# namespaces: -# - 'App\Entity' +symbok: + # Namespaces that you want to be processed by symbok + namespaces: + # - 'App\Entity' From f191f25873f3bdcb0c1cda127d9df6b89ee10f72 Mon Sep 17 00:00:00 2001 From: Mathias Arlaud Date: Thu, 2 Jan 2020 13:26:14 +0100 Subject: [PATCH 3/3] Fix yaml config indentation --- mtarld/symbok-bundle/2.0/config/packages/symbok.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mtarld/symbok-bundle/2.0/config/packages/symbok.yaml b/mtarld/symbok-bundle/2.0/config/packages/symbok.yaml index f0aff8e2..f4666061 100644 --- a/mtarld/symbok-bundle/2.0/config/packages/symbok.yaml +++ b/mtarld/symbok-bundle/2.0/config/packages/symbok.yaml @@ -1,4 +1,4 @@ symbok: - # Namespaces that you want to be processed by symbok - namespaces: - # - 'App\Entity' + # Namespaces that you want to be processed by symbok + namespaces: + # - 'App\Entity'