diff --git a/pascualmg/symfony-command-ui/1.0/config/packages/symfony_command_ui.yaml b/pascualmg/symfony-command-ui/1.0/config/packages/symfony_command_ui.yaml new file mode 100644 index 00000000..6d0ee6cf --- /dev/null +++ b/pascualmg/symfony-command-ui/1.0/config/packages/symfony_command_ui.yaml @@ -0,0 +1,3 @@ +symfony_command_ui: + route_prefix: /symfony-console + collapsed_by_default: true diff --git a/pascualmg/symfony-command-ui/1.0/config/routes/symfony_command_ui.yaml b/pascualmg/symfony-command-ui/1.0/config/routes/symfony_command_ui.yaml new file mode 100644 index 00000000..9a84842c --- /dev/null +++ b/pascualmg/symfony-command-ui/1.0/config/routes/symfony_command_ui.yaml @@ -0,0 +1,3 @@ +symfony_command_ui: + resource: '@SymfonyCommandUIBundle/Resources/config/routes.yaml' + prefix: /symfony-console diff --git a/pascualmg/symfony-command-ui/1.0/manifest.json b/pascualmg/symfony-command-ui/1.0/manifest.json new file mode 100644 index 00000000..dad17b6f --- /dev/null +++ b/pascualmg/symfony-command-ui/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Pascualmg\\SymfonyCommandUI\\SymfonyCommandUIBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/pascualmg/symfony-command-ui/1.0/post-install.txt b/pascualmg/symfony-command-ui/1.0/post-install.txt new file mode 100644 index 00000000..ef8722d8 --- /dev/null +++ b/pascualmg/symfony-command-ui/1.0/post-install.txt @@ -0,0 +1,3 @@ + * 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