Laravel 5.4 RuntimeException] Directory name must not be empty

有些话、适合烂在心里 提交于 2019-12-11 05:38:29

问题


I'm just learning Laravel 5 and I am loving it.

I have an issue though, my php artisan command just stopped working all of a sudden. It shows this error

[RuntimeException]
Directory name must not be empty.

I am running on a windows10 pc . Thanks


回答1:


I think you need to update your composer like:

composer update

OR

composer update --no-scripts

after you can clear the cache

php artisan config:cache
php artisan config:clear
php artisan cache:clear


来源:https://stackoverflow.com/questions/43776539/laravel-5-4-runtimeexception-directory-name-must-not-be-empty

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