getConnection()->getDriverName(); $config = config('database.connections.'.$DriverName, 'Can not get database connection config'); $this->info(var_export($config, true)); } }