控制器不存在:app\controller\Test
追
2020-03-31 18:08:34
0
0
2439

#0 [0]HttpException in Controller.php line 76控制器不存在:app\controller\Test            ->setAction($this->actionName);    }    public function exec()    {        try {            // 实例化控制器            $instance = $this->controller($this->controller);        } catch (ClassNotFoundException $e) {            throw new HttpException(404, 'controller not exists:' . $e->getClass());        }        // 注册控制器中间件        $this->registerControllerMiddleware($instance);        return $this->app->middleware->pipeline('controller')            ->send($this->request)            ->then(function () use ($instance) {                // 获取当前操作名

追

全部回复(0)
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板