Skip to content

FriendsOfREDAXO/shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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