try clearing your config cache. php artisan config:clear, then composer dump-autoload
it seems one of your dependency injectors is trying to load a config array in it's constructor, it's hard to tell which one, without a trace.
this exception occurs when laravel DI cannot properly inject the class you're looking for.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community