shell
shell copied to clipboard
Interactive shell (REPL) for REDAXO via PsySH
Interactive shell (REPL) for REDAXO via PsySH

Usage
- Start the interactive shell via
redaxo/bin/console shell - You can use all REDAXO console commands, like
cache:clear,package:installetc. - Additionally there are commands from PsySH, like
ls,docandwtf - Type
helpto 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