Originally posted by @liu21st in #39 (comment)
没太明白这个的用法
或许把 setApp 方法中的
$appPath = $this->path ?: $this->app->getBasePath() . $appName . DIRECTORY_SEPARATOR;
改为
$appPath = $this->app->http->getPath() ?: $this->app->getBasePath() . $appName . DIRECTORY_SEPARATOR;
就好