webman 1.4里设置'controller_reuse' => false, 在__construct里判断当前时间小于某个数值就 return redirect('/base/closed'), 但无效 请问这种情况一般怎么解决?...
目前我用phpspeadsheet导出excel文件,是存为文件然后再respon的。 有没有方法直接输出而不用输出实体文件?...
Common中: public function beforeAction(Request $request) { $config = get_site_config(); $h = date('H', time()); / 站点关闭公告 / if ($config['siteopen'] == 0) { return redirect('/index/base/closed'); } } Index中: class...