app['config']->get('phpvms', []); $this->app['config']->set( 'phpvms', array_merge($config, $local_conf) ); } } /** * Register any application services. */ public function register() { } }