Files
symfony-flex-recipes-contrib/survos.command-bundle.1.5.json
T
github-action[bot]andgithub-action[bot] e2ff761312 Update Flex endpoint
2024-11-18 12:19:20 +00:00

52 lines
2.0 KiB
JSON

{
"manifests": {
"survos/command-bundle": {
"manifest": {
"bundles": {
"Survos\\CommandBundle\\SurvosCommandBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
"<bg=green;fg=white> </>",
"<bg=green;fg=white> success </>",
"<bg=green;fg=white> </>",
"",
" * <fg=yellow>Next steps:</>",
" 1. Configure /config/packages/survos_command.yaml to expose the namespaces (command prefixes)",
" 2. <comment>secure the /admin route, customize the route in config/routes/survos_command.yaml</>;",
" 3. Visit <href=/admin/commmands>/admin/commands</>."
]
},
"files": {
"config/packages/survos_command.yaml": {
"contents": [
"survos_command:",
" # expose app:my-command, etc.",
" namespaces: [app]",
"",
""
],
"executable": false
},
"config/routes/survos_command.yaml": {
"contents": [
"survos_command:",
" prefix: /admin/commands",
" type: attribute",
" resource:",
" path: '@SurvosCommandBundle/src/Controller/'",
" namespace: Survos\\CommandBundle\\Controller",
""
],
"executable": false
}
},
"ref": "5cdebe13850442f53dae9a5e33aeada55a22e606"
}
}
}