搜索

首页  >  问答  >  正文

控制器不存在:app\controller\Test

#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) {                // 获取当前操作名

追1756 天前2476

全部回复(0)我来回复

暂无回复
  • 取消回复