You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to run sail tinker I get this error. I also get this error when trying to run php artisan tinker from within the docker container (gained entry through sail shell).
Writing to directory /home/sail/.config/psysh is not allowed.
at vendor/psy/psysh/src/ConfigPaths.php:362
358▕ @\mkdir($dir, 0700, true);
359▕ }
360▕
361▕ if (!\is_dir($dir) || !\is_writable($dir)) {
➜ 362▕ \trigger_error(\sprintf('Writing to directory %s is not allowed.', $dir), \E_USER_NOTICE);
363▕
364▕ return false;
365▕ }
The text was updated successfully, but these errors were encountered:
Can you first please try one of the support channels below? If you can actually identify this as a bug, feel free to report back and I'll gladly help you out and re-open this issue.
Description:
When trying to run
sail tinker
I get this error. I also get this error when trying to runphp artisan tinker
from within the docker container (gained entry throughsail shell
).The text was updated successfully, but these errors were encountered: