Php 清除配置缓存时发生laravel artisan错误

Php 清除配置缓存时发生laravel artisan错误,php,laravel-5,Php,Laravel 5,当我运行php artisan cache:config时,命令抛出以下错误 PHP Warning: require(): Filename cannot be empty in /home/****/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php on line 71 PHP Fatal error: require(): Failed openi

当我运行
php artisan cache:config
时,命令抛出以下错误

PHP Warning:  require(): Filename cannot be empty in /home/****/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php on line 71
PHP Fatal error:  require(): Failed opening required '' (include_path='.:/usr/share/php') in /home/****/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php on line 71

我不知道这是什么原因,也不知道如何修复。

事实证明,配置文件夹中有一个可疑文件,一旦删除,artisan命令就会再次正常工作。

是的,我在配置文件夹中找到了一个符号链接,一旦删除它,一切恢复正常