[DEV] Add PsySH REPL

This commit is contained in:
2021-08-04 20:15:33 +01:00
committed by Hugo Sales
parent 3334aca7b9
commit b355f0d590
5 changed files with 1050 additions and 916 deletions

View File

@@ -31,4 +31,7 @@ Debugging
Because we are using Symfony, we recall that a useful tool for debugging
is [Symfony's VarDumper component](https://symfony.com/doc/current/components/var_dumper.html),
as a more friendly alternative to PHP's `var_dump` and `print_r`.
as a more friendly alternative to PHP's `var_dump` and `print_r`.
There's also a [PsySH](https://psysh.org/) REPL that you can access
with `bin/console psysh` and experiment with direct calling of GNU social functions.