Skip to content

Instantly share code, notes, and snippets.

@esokullu
Created December 18, 2017 21:51
Show Gist options
  • Save esokullu/f6b0517156287091e008d74529075d08 to your computer and use it in GitHub Desktop.
Save esokullu/f6b0517156287091e008d74529075d08 to your computer and use it in GitHub Desktop.
vagrant init phonetworks/xenial-php71-pho
vagrant up
vagrant ssh
# now we’re in the virtual machine.
cd /opt/pho-kernel
php -a
# now this is PHP shell
include “play.php”;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment