这是我的代码,来自 symfony 书。
public function getCacheDir() {
return $this->rootDir . '/access-logs/' . $this->environment . '/cache/';
}
public function getLogDir() {
return $this->rootDir . '/access-logs/' . $this->environment . '/logs/';
}
现在目录位于PROJECTNAME/app/access-logs /dev/cache
但我需要在PROJECTNAME/access-logs /dev/cache
注意:“我需要外部应用程序目录和内部项目目录”