Interactive shell (REPL) for REDAXO via PsySH
- Start the interactive shell via
redaxo/bin/console shell
- You can use all REDAXO console commands, like
cache:clear
,package:install
etc. - Additionally there are commands from PsySH, like
ls
,doc
andwtf
- Type
help
to see a list of all commands - You can run PHP code using all REDAXO classes/functions and see the result interactively (REPL)
- For details also take a look to the PsySH manual