mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Merge pull request #1102
This commit is contained in:
@@ -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</>
|
||||
Reference in New Issue
Block a user