Skip to content

Instantly share code, notes, and snippets.

@dhrrgn
Created December 7, 2012 23:11
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhrrgn/4237386 to your computer and use it in GitHub Desktop.
Save dhrrgn/4237386 to your computer and use it in GitHub Desktop.
<?php
$connection = Illuminate\Database\Connectors\ConnectionFactory::make([
'driver' => 'mysql',
'host' => '',
'database' => '',
'username' => '',
'password' => '',
'charset' => '',
'prefix' => '',
]);
Illuminate\Database\Eloquent\Model::addConnection('default', $connection);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment