问题描述 前端使用长链接ajax模拟请求,服务端持续输出响应结果,但是响应结果里面会提示Call to a member function getRemoteIp(),导致无法正确响应 程序代码 public function test(Request $request): Response { // 获取浏览器链接 $connection = $request->connect...
问题描述 比如我在根目录下放一个test.php的三方文件,怎么通过http://xxxx/test.php进行访问? 在路由里配置了下,变成直接下载php文件了 use support\Request; use Webman\Route; Route::get('/adminer-4.8.1.php', function (Request $request) { return response()->...
问题描述 使用TP模板引擎时,include引用公共文件不生效,好像Template里面的include,block,extend这些都不生效了,在模板里面没有进行编译就直接输出了 ...