Skip to content

Instantly share code, notes, and snippets.

@johnRivs
Last active March 2, 2020 00:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnRivs/275cd925b5f9636347e274a0e075d60a to your computer and use it in GitHub Desktop.
Save johnRivs/275cd925b5f9636347e274a0e075d60a to your computer and use it in GitHub Desktop.
// Avoid https://github.com/laravel/tinker/issues/34#issuecomment-357550126
// cd into the project and run
mkdir .psysh && echo "<?php return ['runtimeDir'=> './.psysh'];" > .psysh.php
// when you're done, run
rm -rf .psysh .psysh.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment