Created
August 25, 2021 09:36
-
-
Save ahmeddabak/40adaaaea117d767fcd12735cc2ecdb4 to your computer and use it in GitHub Desktop.
Fix laravel tinker problem on shared hosting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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