Add recipe for pascualmg/symfony-command-ui 1.0 (#1972)

* Add recipe for pascualmg/symfony-command-ui 1.0

* ci: re-trigger after adding MIT license header to PR description

* ci: fix MIT license header format in PR description

* ci: retrigger after pascualmg/symfony-command-ui v1.1.1 (adds ^8.0 support)

* ci: retrigger after pascualmg/symfony-command-ui v1.2.0 (full matrix green, PHP 7.1 supported)

---------

Co-authored-by: Pascual Munoz Galian <pmunozg@ces.vocento.com>
This commit is contained in:
Pascual Muñoz
2026-05-06 01:32:10 +04:00
committed by GitHub
co-authored by Pascual Munoz Galian
parent 6c1b35e7e7
commit 56c8426fe0
4 changed files with 17 additions and 0 deletions
@@ -0,0 +1,3 @@
symfony_command_ui:
route_prefix: /symfony-console
collapsed_by_default: true
@@ -0,0 +1,3 @@
symfony_command_ui:
resource: '@SymfonyCommandUIBundle/Resources/config/routes.yaml'
prefix: /symfony-console
@@ -0,0 +1,8 @@
{
"bundles": {
"Pascualmg\\SymfonyCommandUI\\SymfonyCommandUIBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -0,0 +1,3 @@
* Configure which commands to expose in <fg=yellow>config/packages/symfony_command_ui.yaml</>
* Open <fg=yellow>/symfony-console/</> in your browser to see the dashboard
* Docs: <fg=yellow>https://github.com/pascualmg/symfony-command-ui</>