PHP Artisan Tinker not working with Laravel 5.5.16

时光总嘲笑我的痴心妄想 提交于 2019-12-04 05:19:34

问题


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:


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



来源:https://stackoverflow.com/questions/46792892/php-artisan-tinker-not-working-with-laravel-5-5-16

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!