1

I run php artisan tinker but it didn't work it just show a message like this

c:\xampp\htdocs\app_tpa>php artisan tinker

[ErrorException] rmdir(C:\Users\KIMUNG~1\AppData\Local\Temp\php-xdg-runtime-dir-fallback-): Directory not empty

I tried to run composer require laravel/tinker, but it doesn't fix my problem

Jerodev
  • 32,252
  • 11
  • 87
  • 108
NNN
  • 13
  • 4
  • Delete temp directories related to the artisan tinker `php-xdg-runtime-dir-fallback....` from `C:\Users\KIMUNG~1\AppData\Local\Temp\` – BetaDev Oct 17 '17 at 14:48
  • This is almost certainly an OS/environment problem only you can figure out. What is in that directory? What is holding onto a file in that directory? That is, your real question is the same as this one: https://superuser.com/q/117902/609232 –  Oct 17 '17 at 14:50
  • @webDev thanks.. you saved my whole life – NNN Oct 17 '17 at 14:52
  • @webDev atos a ku anjar to wartosan sareng upi nuhun pisan euy.. duh kumaha bae rokok ? kopi atuh ? bahe moal – NNN Oct 17 '17 at 14:55
  • @NNN English Please – BetaDev Oct 17 '17 at 15:08

1 Answers1

2

This issue is now resolved as per these github issues:

laravel/tinker#29

bobthecow/psysh#430

The proper solution now is to do composer update

jcsoriano
  • 350
  • 2
  • 14