In PHP, I know you can run it interactively on the command line, which is through the command php -a
. Better still be using the library psysh
.
But when it comes to not just running simple tests, but running an application interactively on the command line, is it possible to do this with the Laravel
framework?
Do versions 4 or 5 have any features that make this possible? Can you do this for artisan
?