mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
10 lines
482 B
Plaintext
10 lines
482 B
Plaintext
<bg=green;fg=white> </>
|
|
<bg=green;fg=white> success </>
|
|
<bg=green;fg=white> </>
|
|
|
|
* <fg=yellow>Next steps:</>
|
|
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. optionally create a command with bin/console make:command app:do-something
|
|
4. symfony open:local --path=/admin/commands/list
|