Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 801 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 801 Bytes

Interactive shell (REPL) for REDAXO via PsySH

Screenshot

Usage

  • 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 and wtf
  • 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