Skip to content

Instantly share code, notes, and snippets.

@Jeff-P
Jeff-P / OTF.php
Created December 6, 2018 03:43 — forked from lukevers/OTF.php
Laravel 5 On The Fly Database Connections
<?php namespace App\Database;
use Config;
use DB;
class OTF {
/**
* The name of the database we're connecting to on the fly.
*