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