PHP Artisan Tinker not working with Laravel 5.5.16

2019-03-01 09:30发布

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

1条回答
时光不老,我们不散
2楼-- · 2019-03-01 10:17

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

查看更多
登录 后发表回答