From fa70b69b2273f14ff8749f5640c75d7d165d36ce Mon Sep 17 00:00:00 2001 From: Mathias Arlaud Date: Wed, 3 Mar 2021 09:08:46 +0100 Subject: [PATCH] Add ApiPlatformMsBundle recipe --- .../0.1/config/packages/api_platform_ms.yaml | 10 ++++++++++ mtarld/api-platform-ms-bundle/0.1/manifest.json | 8 ++++++++ mtarld/api-platform-ms-bundle/0.1/post-install.txt | 7 +++++++ 3 files changed, 25 insertions(+) create mode 100644 mtarld/api-platform-ms-bundle/0.1/config/packages/api_platform_ms.yaml create mode 100644 mtarld/api-platform-ms-bundle/0.1/manifest.json create mode 100644 mtarld/api-platform-ms-bundle/0.1/post-install.txt diff --git a/mtarld/api-platform-ms-bundle/0.1/config/packages/api_platform_ms.yaml b/mtarld/api-platform-ms-bundle/0.1/config/packages/api_platform_ms.yaml new file mode 100644 index 00000000..7c139a09 --- /dev/null +++ b/mtarld/api-platform-ms-bundle/0.1/config/packages/api_platform_ms.yaml @@ -0,0 +1,10 @@ +api_platform_ms: + # Name of the current microservice + name: app + + # List of related microservices + #microservices: + # product: + # base_uri: https://product.api + # api_path: /api + # format: jsonld diff --git a/mtarld/api-platform-ms-bundle/0.1/manifest.json b/mtarld/api-platform-ms-bundle/0.1/manifest.json new file mode 100644 index 00000000..d445c094 --- /dev/null +++ b/mtarld/api-platform-ms-bundle/0.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Mtarld\\ApiPlatformMsBundle\\ApiPlatformMsBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/mtarld/api-platform-ms-bundle/0.1/post-install.txt b/mtarld/api-platform-ms-bundle/0.1/post-install.txt new file mode 100644 index 00000000..f5553d4b --- /dev/null +++ b/mtarld/api-platform-ms-bundle/0.1/post-install.txt @@ -0,0 +1,7 @@ + + What's next for ApiPlatformMsBundle? + + + * Configure the bundle: + config/packages/api_platform_ms.yaml + https://github.com/mtarld/api-platform-ms-bundle