InvalidArgumentException: Given expression is not a regex. in D:\xampp\htdocs\laravel5_backend\vendor\symfony\finder\Expression\Regex.php on line 77 修改此文件: src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php @@ -67,7 +67,7 @@ protected function getConfigurationFiles(Application $app) { $files = []; -        foreach (Finder::create()->files()->name('*.php')->in($app->configPath()) as $file) { +        foreach (Finder::create()->files()->name('/.*\.php/')->in($app->configPath()) as $file) { $nesting = $this->getConfigurationNesting($file); $files[$nesting.basename($file->getRealPath(), '.php')] = $file->getRealPath(); 1  

分类: web

标签: