We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ErrorException
Writing to directory . is not allowed.
at C:\Users\EGYPT_LAPTOP.config\valet\Sites\ebid\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▕ } 366▕
1 C:\Users\EGYPT_LAPTOP.config\valet\Sites\ebid\vendor\psy\psysh\src\ConfigPaths.php:362 trigger_error("Writing to directory . is not allowed.")
2 C:\Users\EGYPT_LAPTOP.config\valet\Sites\ebid\vendor\psy\psysh\src\ConfigPaths.php:391 Psy\ConfigPaths::ensureDir(".")
The text was updated successfully, but these errors were encountered:
What are the steps to reproduce the issue?
Sorry, something went wrong.
am trying to use tinker and i get this Exception
Fix Artisan history file for Windows (#35)
36b8bcf
Fixed! If you are using Windows, run Laravel Kit as an administrator.
It's no longer required to run the app as an administrator. This issue is fixed in v2.0.7.
No branches or pull requests
ErrorException
Writing to directory . is not allowed.
at C:\Users\EGYPT_LAPTOP.config\valet\Sites\ebid\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▕ }
366▕
1 C:\Users\EGYPT_LAPTOP.config\valet\Sites\ebid\vendor\psy\psysh\src\ConfigPaths.php:362
trigger_error("Writing to directory . is not allowed.")
2 C:\Users\EGYPT_LAPTOP.config\valet\Sites\ebid\vendor\psy\psysh\src\ConfigPaths.php:391
Psy\ConfigPaths::ensureDir(".")
The text was updated successfully, but these errors were encountered: