Exemplo n.º 1
0
 /**
  * Checks, whether the database configuration file exists
  *
  * @return bool
  */
 protected function databaseConfigExists()
 {
     $path = $this->appPath->getAppDir() . 'config.yml';
     return is_file($path) === true && filesize($path) !== 0;
 }