mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 09:06:24 +03:00
45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"manifests": {
|
|
"api-platform/core": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\ApiPlatformBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"etc/": "%ETC_DIR%/",
|
|
"src/": "%SRC_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"etc/packages/api_platform.yaml": {
|
|
"contents": [
|
|
"api_platform:",
|
|
" loader_paths:",
|
|
" annotation: [\"%kernel.project_dir%/src/Entity\"]",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"etc/routing/api_platform.yaml": {
|
|
"contents": [
|
|
"api_platform:",
|
|
" resource: .",
|
|
" type: api_platform",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"src/Entity/.gitkeep": {
|
|
"contents": [
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "7e530c64900a179cb8a062ed2f25402f5b087a35"
|
|
}
|
|
}
|
|
}
|