publishes([ __DIR__.'/Config/config.php' => config_path('news.php'), ]); } /** * Register bindings in the container. * * @return void */ public function register() { $this->mergeConfigFrom( __DIR__.'/Config/config.php', 'news' ); $this->app->register(RouteServiceProvider::class); } }