Skip to content

Commit

Permalink
remove php route config (#1710)
Browse files Browse the repository at this point in the history
* remove php route config

* fix href text
  • Loading branch information
tacman authored Nov 18, 2024
1 parent 1056c91 commit e09dd81
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
9 changes: 0 additions & 9 deletions survos/command-bundle/1.5/config/routes/survos_command.php

This file was deleted.

6 changes: 6 additions & 0 deletions survos/command-bundle/1.5/config/routes/survos_command.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
survos_command:
prefix: /admin/commands
type: attribute
resource:
path: '@SurvosCommandBundle/src/Controller/'
namespace: Survos\CommandBundle\Controller
6 changes: 3 additions & 3 deletions survos/command-bundle/1.5/post-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<bg=green;fg=white> </>

* <fg=yellow>Next steps:</>
1. Configure /config/packages/survos_command.php to expose the namespaces (command prefixes)
2. <comment>secure the /admin route, configure the route in config/routes/survos_command.php</>;
3. Visit <comment>/admin/commmands</>.
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</>.

0 comments on commit e09dd81

Please sign in to comment.