$this->
loadEnvFile();
} $_SERVER['DATABASE_URL'
] =
$_ENV['DATABASE_URL'
] =
$this->
getDatabaseUrl();
KernelLifecycleManager::
prepare($classLoader);
if ($this->
isForceInstall() || !
$this->
dbExists()) { $this->
install();
if (!
empty($this->activePlugins
)) { $this->
installPlugins();
} } elseif ($this->forceInstallPlugins
) { $this->
installPlugins();
} return $this;
} /**
* @deprecated tag:v6.6.0 - Will be removed without replacement - reason:remove-command
*/