Class path.config does not exist - Lumen 5.2 Class path.config does not exist - Lumen 5.2 laravel laravel

Class path.config does not exist - Lumen 5.2


It is trying to resolve path.config from the IoC container, but it hasn't been defined.

Somewhere before you register your GoogleMapsServiceProvider, you need to add that value to your container.

$app->instance('path.config', app()->basePath() . DIRECTORY_SEPARATOR . 'config');