diff --git a/RECIPES.md b/RECIPES.md index 0bf88481..f366b4dc 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -497,6 +497,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [overblog/graphql-bundle](https://packagist.org/packages/overblog/graphql-bundle) | [0.12](../../../tree/main/overblog/graphql-bundle/0.12) | | [pablok/supercache-bundle](https://packagist.org/packages/pablok/supercache-bundle) | [0.5](../../../tree/main/pablok/supercache-bundle/0.5) | | [pasaia-udala/auth-bundle](https://packagist.org/packages/pasaia-udala/auth-bundle) | [1.2](../../../tree/main/pasaia-udala/auth-bundle/1.2) | +| [pascualmg/symfony-command-ui](https://packagist.org/packages/pascualmg/symfony-command-ui) | [1.0](../../../tree/main/pascualmg/symfony-command-ui/1.0) | | [patchlevel/event-sourcing-bundle](https://packagist.org/packages/patchlevel/event-sourcing-bundle) | [3.14](../../../tree/main/patchlevel/event-sourcing-bundle/3.14) | | [payplug/sylius-payplug-plugin](https://packagist.org/packages/payplug/sylius-payplug-plugin) | [2.0](../../../tree/main/payplug/sylius-payplug-plugin/2.0) | | [payum/payum-bundle](https://packagist.org/packages/payum/payum-bundle) | [2.4](../../../tree/main/payum/payum-bundle/2.4) | diff --git a/archived/pascualmg.symfony-command-ui/7717416508461f040d3a8065bbb87a084d8a8120.json b/archived/pascualmg.symfony-command-ui/7717416508461f040d3a8065bbb87a084d8a8120.json new file mode 100644 index 00000000..525d08b0 --- /dev/null +++ b/archived/pascualmg.symfony-command-ui/7717416508461f040d3a8065bbb87a084d8a8120.json @@ -0,0 +1,42 @@ +{ + "manifests": { + "pascualmg/symfony-command-ui": { + "manifest": { + "bundles": { + "Pascualmg\\SymfonyCommandUI\\SymfonyCommandUIBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " * Configure which commands to expose in config/packages/symfony_command_ui.yaml", + " * Open /symfony-console/ in your browser to see the dashboard", + " * Docs: https://github.com/pascualmg/symfony-command-ui" + ] + }, + "files": { + "config/packages/symfony_command_ui.yaml": { + "contents": [ + "symfony_command_ui:", + " route_prefix: /symfony-console", + " collapsed_by_default: true", + "" + ], + "executable": false + }, + "config/routes/symfony_command_ui.yaml": { + "contents": [ + "symfony_command_ui:", + " resource: '@SymfonyCommandUIBundle/Resources/config/routes.yaml'", + " prefix: /symfony-console", + "" + ], + "executable": false + } + }, + "ref": "7717416508461f040d3a8065bbb87a084d8a8120" + } + } +} diff --git a/index.json b/index.json index aa50fb29..4ad0eb69 100644 --- a/index.json +++ b/index.json @@ -1582,6 +1582,9 @@ "pasaia-udala/auth-bundle": [ "1.2" ], + "pascualmg/symfony-command-ui": [ + "1.0" + ], "patchlevel/event-sourcing-bundle": [ "1.0", "1.2", diff --git a/pascualmg.symfony-command-ui.1.0.json b/pascualmg.symfony-command-ui.1.0.json new file mode 100644 index 00000000..525d08b0 --- /dev/null +++ b/pascualmg.symfony-command-ui.1.0.json @@ -0,0 +1,42 @@ +{ + "manifests": { + "pascualmg/symfony-command-ui": { + "manifest": { + "bundles": { + "Pascualmg\\SymfonyCommandUI\\SymfonyCommandUIBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " * Configure which commands to expose in config/packages/symfony_command_ui.yaml", + " * Open /symfony-console/ in your browser to see the dashboard", + " * Docs: https://github.com/pascualmg/symfony-command-ui" + ] + }, + "files": { + "config/packages/symfony_command_ui.yaml": { + "contents": [ + "symfony_command_ui:", + " route_prefix: /symfony-console", + " collapsed_by_default: true", + "" + ], + "executable": false + }, + "config/routes/symfony_command_ui.yaml": { + "contents": [ + "symfony_command_ui:", + " resource: '@SymfonyCommandUIBundle/Resources/config/routes.yaml'", + " prefix: /symfony-console", + "" + ], + "executable": false + } + }, + "ref": "7717416508461f040d3a8065bbb87a084d8a8120" + } + } +}