psysh: add page
This commit is contained in:

committed by
Lucas Gabriel Schneider

parent
e528b7ccf9
commit
980c432423
16
pages/common/psysh.md
Normal file
16
pages/common/psysh.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# psysh
|
||||
|
||||
> A runtime developer console, interactive debugger and REPL for PHP.
|
||||
> More information: <https://psysh.org>.
|
||||
|
||||
- Open a shell in the current directory:
|
||||
|
||||
`psysh`
|
||||
|
||||
- Open a shell in a specific directory:
|
||||
|
||||
`psysh --cwd {{path/to/directory}}`
|
||||
|
||||
- Use a specific configuration file:
|
||||
|
||||
`psysh --config {{path/to/file}}`
|
Reference in New Issue
Block a user