publishes( [ __DIR__ . '/config/config.php' => config_path('redsys.php'), ], 'redsys-config' ); } /** * Register any package services. * * @return void */ public function register() { $this->app->bind('tpv', function () { return new Tpv(); }); // Merge default config values $this->mergeConfigFrom(__DIR__.'/config/config.php', 'redsys'); } }