Search code examples
laravellaravel-5laravel-5.3

PHP Artisan Tinker not working with Laravel 5.5.16


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


Solution

  • 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