Skip to content

Instantly share code, notes, and snippets.

@gslin
Created September 13, 2013 07:41
Show Gist options
  • Save gslin/6547771 to your computer and use it in GitHub Desktop.
Save gslin/6547771 to your computer and use it in GitHub Desktop.
public function addConnection(array $config, $name = 'default')
{
$connections = $this->container['config']['database.connections'];
$connections[$name] = $config;
$this->container['config']['database.connections'] = $connections;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment