I can not do php artisan serve anymore, it says :
In ServiceProvider.php line 59:
array_merge(): Argument #2 is not an array
Line 59 code is in ServiceProvider.php:
$this->app['config']->set($key, array_merge(require $path, $config));
I dont understand what is wrong with my ServiceProvider.php, I did not change a thing there.
I hope some can help me.
$configis not arraylaravel/framework/src/Illuminate/Support/ServiceProvider.php? Wouldn't change anything there. Check if all your config files are validlaravel/framework/src/Illuminate/Support/ServiceProvider.php