douyou2234 2014-06-09 08:29
浏览 153
已采纳

laravel控制器虽然存在但不存在

This is the route

Route::get('contact', 'Pages@contact');

The is the controller:

<?php
class PagesController extends BaseController {


  public function contact()
  {
    return View::make('hello');
  }

}

This is the error message

500 Internet error
ReflectionException
Class Pages does not exist

I am using laravel 4.2

  • 写回答

1条回答 默认 最新

  • 普通网友 2014-06-09 08:30
    关注

    Your controller name in the route given below:

    Route::get('contact', 'Pages@contact');
    

    Should be

    Route::get('contact', 'PagesController@contact');
    

    Because the controller name is PagesController not Pages. So Class Pages does not exist error is rising and it's logical because the Pages class doesn't exist.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料