Interact with the Artisan console or execute ad-hoc scripts.
php artisan tinker
hoop run --name artisan-demo --command 'php /path/to/artisan tinker'
Configure Psysh
cat - > ~/.config/psysh/config.php <<EOF <?php return [ 'usePcntl' => false, ]; EOF
hoop connect artisan-demo
Was this page helpful?