Merge pull request #1102

This commit is contained in:
symfony-flex-server[bot]
2021-04-19 15:02:35 +00:00
committed by GitHub
3 changed files with 25 additions and 0 deletions
@@ -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
@@ -0,0 +1,8 @@
{
"bundles": {
"Mtarld\\ApiPlatformMsBundle\\ApiPlatformMsBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -0,0 +1,7 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next for ApiPlatformMsBundle? </>
<bg=blue;fg=white> </>
* <fg=blue>Configure</> the bundle:
<comment>config/packages/api_platform_ms.yaml</>
<comment>https://github.com/mtarld/api-platform-ms-bundle</>