Add ApiPlatformMsBundle recipe

This commit is contained in:
Mathias Arlaud
2021-04-12 17:44:06 +02:00
parent 9827c3e1dc
commit fa70b69b22
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</>