mergeConfigFrom(__DIR__ . '/../../config/config.php', 'laravel-geo-layer'); } /** * Bootstrap any application services. * * @return void */ public function boot() { if ($this->app->runningInConsole()) { $this->publishes([ __DIR__ . '/../../config/config.php' => config_path('laravel-geo-layer.php'), ], 'config'); } } }