publishes([ __DIR__.'/config/msegat.php' => config_path('msegat.php'), ], 'msegat'); } public function register() { $this->mergeConfigFrom( __DIR__.'/config/msegat.php', 'msegat' ); } }