i have a little problem while adding GoogleMaps Package By alexpechkarev link : https://alexpechkarev.github.io/google-maps/ to lumen framework version 5.2 I added the ServiceProvider and Facade to my app.php :
$app->register(GoogleMaps\ServiceProvider\GoogleMapsServiceProvider::class);
class_alias(GoogleMaps\Facade\GoogleMapsFacade::class, 'GoogleMaps');
but when, I go to my command line and tape : php artisan I get this error message :
[ReflectionException] Class path.config does not exist