问题
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