Geocoder\Laravel\Providers\GeocoderService::boot PHP Method

boot() public method

Bootstrap the application events.
public boot ( ) : void
return void
    public function boot()
    {
        $configPath = __DIR__ . '/../../config/geocoder.php';
        $this->publishes([$configPath => config_path('geocoder.php')], 'config');
        $this->mergeConfigFrom($configPath, 'geocoder');
    }