Ipalaus\Geonames\GeonamesServiceProvider::boot PHP Метод

boot() публичный Метод

Bootstrap the application events.
public boot ( ) : void
Результат void
    public function boot()
    {
        $this->mergeConfigFrom(realpath(__DIR__ . '/config/config.php'), 'geonames');
        $this->publishes([realpath(__DIR__ . '/config/config.php') => $this->app->configPath() . '/geonames.php'], 'config');
        $this->publishes([realpath(__DIR__ . '/migrations') => $this->app->databasePath() . '/migrations'], 'migrations');
    }