From ced96743676bdd5597ac364187945fa5f702ebf2 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Tue, 19 Nov 2024 11:17:31 -0500 Subject: [PATCH] remove php route config (#1712) --- survos/command-bundle/1.5/post-install.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/survos/command-bundle/1.5/post-install.txt b/survos/command-bundle/1.5/post-install.txt index 078076d50..d95f44de5 100644 --- a/survos/command-bundle/1.5/post-install.txt +++ b/survos/command-bundle/1.5/post-install.txt @@ -4,5 +4,6 @@ * Next steps: 1. Configure /config/packages/survos_command.yaml to expose the namespaces (command prefixes) - 2. secure the /admin route, customize the route in config/routes/survos_command.yaml; - 3. Visit /admin/commands. + 2. Secure the /admin route, customize the route in config/routes/survos_command.yaml + 3. optionally create a command with bin/console make:command app:do-something + 4. bin/console open:local --path=/admin/commands/list