我得到的错误是Controller不存在,即使我知道它存在,这是代码。路由.phpRoute::get('mdpay/template',array("uses"=>"templateController@index"));templateController.blade.phpclasstemplateControllerextendsBaseController{publicfunctionindex(){echo"madeit";}}为什么我会收到这个错误:类TemplateController不存在=================更新:==================好的