Geocoder\Laravel\Providers\GeocoderService::boot PHP Méthode

boot() public méthode

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