findOrFail($host); } config()->set('database.connections.' . $connection, [ 'driver' => self::DB_DRIVER, 'host' => $host->host, 'port' => $host->port, 'database' => $database, 'username' => $host->username, 'password' => $host->password, 'charset' => self::DB_CHARSET, 'collation' => self::DB_COLLATION, ]); } }