Skip to content

Instantly share code, notes, and snippets.

@ahmeddabak
Created August 25, 2021 09:36
Show Gist options
  • Save ahmeddabak/40adaaaea117d767fcd12735cc2ecdb4 to your computer and use it in GitHub Desktop.
Save ahmeddabak/40adaaaea117d767fcd12735cc2ecdb4 to your computer and use it in GitHub Desktop.
Fix laravel tinker problem on shared hosting
<?php
// This overrides that behaviour to `.psysh/` inside the project
return [
'runtimeDir' => './temp/.psysh',
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment